Skip to content

Commit 5f75c3b

Browse files
authored
Fix for 3851 - Dark mode not working anymore (#3852)
1 parent 35167df commit 5f75c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainDemo.Wpf/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
If you would prefer to use your own colors, there is an option for that as well:
2323
PrimaryColor and SecondaryColor also support the constant string "Inherit" to specify the color should use the system theme accent color
2424
-->
25-
<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="#FF006400" />
25+
<!--<materialDesign:CustomColorTheme BaseTheme="Light" PrimaryColor="Aqua" SecondaryColor="#FF006400" />-->
2626

2727
<!-- You can also use the built-in theme dictionaries: -->
2828
<!--

0 commit comments

Comments
 (0)