Skip to content

Commit

Permalink
fix: background setter (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal22shah authored Nov 1, 2024
1 parent 279b9dd commit 10830c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Style x:Key="MaterialFilledCardContentControlStyle"
BasedOn="{StaticResource MaterialBaseCardContentControlStyle}"
TargetType="utu:CardContentControl">
<Setter Property="Background" Value="{StaticResource FilledCardContentBackground}" />
<Setter Property="Background" Value="{ThemeResource FilledCardContentBackground}" />
<Setter Property="BorderBrush" Value="{ThemeResource FilledCardContentBorderBrush}" />
<Setter Property="Template">
<Setter.Value>
Expand Down

0 comments on commit 10830c4

Please sign in to comment.