LightTheme.xaml 352 B

12345678910
  1. <ResourceDictionary
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="using:YJMPD_UWP.Themes">
  5. <Style TargetType="RelativePanel" x:Key="DarkModeFix">
  6. <Setter Property="Background" Value="Transparent" />
  7. </Style>
  8. </ResourceDictionary>