Skip to content

Commit

Permalink
fix: Card Border (backport #935) (#946)
Browse files Browse the repository at this point in the history
Co-authored-by: Vatsa Shah <vatsashah45@gmail.com>
  • Loading branch information
mergify[bot] and vatsashah45 committed Dec 6, 2023
1 parent 1fad291 commit 28a800a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@
HorizontalAlignment="{TemplateBinding HorizontalAlignment}"
Background="{TemplateBinding Background}"
BorderThickness="{TemplateBinding BorderThickness}"
BorderBrush="{TemplateBinding BorderBrush}"
CornerRadius="{TemplateBinding CornerRadius}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
Expand Down

0 comments on commit 28a800a

Please sign in to comment.