Skip to content

Commit 45f2a55

Browse files
committed
Ensured RequestedTheme is Light
1 parent d482e33 commit 45f2a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GenshinWoodmen/App.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<ResourceDictionary Source="/Resources/Languages/jp.xaml"/>
1515
<ResourceDictionary Source="/Resources/Languages/en-us.xaml"/>
1616
<ResourceDictionary Source="pack://application:,,,/MicaWPF;component/Styles/MicaWPF.xaml" />
17-
<ui:ThemeResources/>
17+
<ui:ThemeResources RequestedTheme="Light"/>
1818
<ui:XamlControlsResources/>
1919
<ui:ResourceDictionaryEx/>
20-
<ui:ColorPaletteResources/>
20+
<ui:ColorPaletteResources TargetTheme="Light"/>
2121
<ui:IntellisenseResources/>
2222
</ResourceDictionary.MergedDictionaries>
2323
<FontFamily x:Key="SegoeFluent">/Resources/segoe-fluent-icons.ttf#Segoe Fluent Icons</FontFamily>

0 commit comments

Comments
 (0)