Skip to content

Commit

Permalink
preview: Make default color match default window color
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 17, 2024
1 parent 7f4fce5 commit 0ea24fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinUI3XamlPreview/WinUI3XamlPreview/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<Grid Grid.Row="1">
<ScrollView
x:Name="viewportScrollView"
Background="Gray"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
CornerRadius="0">
<Border
x:Name="elementWrapper"
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
Background="{ThemeResource SystemAltHighColor}"
BorderBrush="{ThemeResource ControlStrokeColorDefaultBrush}"
BorderThickness="1" />
</ScrollView>
Expand Down

0 comments on commit 0ea24fd

Please sign in to comment.