Skip to content

Commit

Permalink
correct backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl committed Aug 8, 2023
1 parent 3a25d14 commit 2512e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
TextWrapping="Wrap" />
<Grid
Padding="8"
Background="{ThemeResource CardStrokeColorDefaultBrush}"
Background="{ThemeResource CardBackgroundFillColorDefaultBrush}"
ColumnSpacing="8"
CornerRadius="{StaticResource ControlCornerRadius}"
RowSpacing="8">
Expand Down

0 comments on commit 2512e59

Please sign in to comment.