Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Jul 9, 2022
1 parent 65b4390 commit 6956dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<SolidColorBrush x:Key="GridViewItemRevealBorderBrush" Color="Transparent" />

<!-- Legacy brushes -->
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="#FF000000" />
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{m:StaticColor SolidBackgroundFillColorBase}" />

<!--#region Common_themeresources.xaml-->
<!-- Colors -->
Expand Down
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<SolidColorBrush x:Key="GridViewItemRevealBorderBrush" Color="Transparent" />

<!-- Legacy brushes -->
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="#FFFFFFFF" />
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="{m:StaticColor SolidBackgroundFillColorBase}" />

<!--#region Common_themeresources.xaml-->
<!-- Colors -->
Expand Down

0 comments on commit 6956dfa

Please sign in to comment.