Skip to content

Commit

Permalink
Make BorderThickness work properly in Card. Fix #303
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Oct 9, 2023
1 parent f989891 commit 145ecef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material.Styles/Controls/Card.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Border Name="PART_BackgroundBorder"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="{TemplateBinding CornerRadius}"
assists:ShadowAssist.ShadowDepth="{TemplateBinding assists:ShadowAssist.ShadowDepth}" />
<Border Name="PART_InnerBorder"
Expand Down

0 comments on commit 145ecef

Please sign in to comment.