Skip to content

Commit 2512e59

Browse files
committed
correct backgroundColor
1 parent 3a25d14 commit 2512e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinUIGallery/ControlPages/DesignGuidance/AccessibilityColorContrastPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
TextWrapping="Wrap" />
6363
<Grid
6464
Padding="8"
65-
Background="{ThemeResource CardStrokeColorDefaultBrush}"
65+
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
6666
ColumnSpacing="8"
6767
CornerRadius="{StaticResource ControlCornerRadius}"
6868
RowSpacing="8">

0 commit comments

Comments
 (0)