Skip to content

Commit

Permalink
fix: sample app background not toggling with theme (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Jul 7, 2022
1 parent 17c948a commit 792866d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


<SolidColorBrush x:Key="DividerBrush"
Color="{StaticResource MaterialOnSurfaceColor}"
Color="{ThemeResource MaterialOnSurfaceColor}"
Opacity="0.13" />

<SolidColorBrush x:Key="SampleSecondBackgroundBrush"
Color="{StaticResource MaterialOnSurfaceColor}"
Color="{ThemeResource MaterialOnSurfaceColor}"
Opacity="0.05" />

<SolidColorBrush x:Key="ApplicationPageBackgroundThemeBrush"
Color="{StaticResource MaterialBackgroundColor}" />
Color="{ThemeResource MaterialBackgroundColor}" />

<Color x:Key="UnoBlueColor">#FF229DFC</Color>
<Color x:Key="UnoPurpleColor">#FF7A69F5</Color>
Expand Down

0 comments on commit 792866d

Please sign in to comment.