Skip to content

Commit

Permalink
added default Background for NotificationCard
Browse files Browse the repository at this point in the history
  • Loading branch information
corvinsz committed Nov 28, 2024
1 parent 27a381e commit c5fa9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material.Styles/Resources/Themes/NotificationCard.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Setter Property="Width" Value="350" />
<Setter Property="FontSize" Value="14" />
<Setter Property="RenderTransformOrigin" Value="50%,75%" />
<Setter Property="Background" Value="{DynamicResource MaterialPrimaryMidBrush}" />
<Setter Property="Template">
<ControlTemplate>
<LayoutTransformControl Name="PART_LayoutTransformControl" UseRenderTransform="True">
Expand Down

0 comments on commit c5fa9d4

Please sign in to comment.