We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e3d9b + 09d8c1d commit ed53736Copy full SHA for ed53736
Flow.Launcher/App.xaml
@@ -20,6 +20,11 @@
20
<ResourceDictionary Source="pack://application:,,,/Resources/Dark.xaml" />
21
</ResourceDictionary.MergedDictionaries>
22
</ResourceDictionary>
23
+ <ResourceDictionary x:Key="HighContrast">
24
+ <ResourceDictionary.MergedDictionaries>
25
+ <ResourceDictionary Source="pack://application:,,,/Resources/Dark.xaml" />
26
+ </ResourceDictionary.MergedDictionaries>
27
+ </ResourceDictionary>
28
</ui:ThemeResources.ThemeDictionaries>
29
</ui:ThemeResources>
30
<ui:XamlControlsResources />
0 commit comments