Skip to content

Commit

Permalink
Revert to pure white for ApplicationPageBackgroundThemeBrush
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Jan 11, 2021
1 parent bcad887 commit cfa297c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/FluentMPC/Styles/_Colors.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<!-- https://github.com/microsoft/microsoft-ui-xaml/pull/3898 -->
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Light">
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="#FFF3F3F3" />
<!-- Not the WinUI default, but pure white looks better. -->
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="#FFFFFFFF" />
</ResourceDictionary>
<ResourceDictionary x:Key="Dark">
<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush" Color="#FF202020" />
Expand Down

0 comments on commit cfa297c

Please sign in to comment.