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.
1 parent 35167df commit 5f75c3bCopy full SHA for 5f75c3b
src/MainDemo.Wpf/App.xaml
@@ -22,7 +22,7 @@
22
If you would prefer to use your own colors, there is an option for that as well:
23
PrimaryColor and SecondaryColor also support the constant string "Inherit" to specify the color should use the system theme accent color
24
-->
25
- <materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="#FF006400" />
+ <!--<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="#FF006400" />-->
26
27
<!-- You can also use the built-in theme dictionaries: -->
28
<!--
0 commit comments