Skip to content

Commit

Permalink
Bind background to border (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
seikosantana authored Aug 24, 2024
1 parent a9ba8e2 commit 96740a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material.Styles/Resources/Themes/ToggleButton.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<Setter Property="Template">
<ControlTemplate>
<Border Name="PART_RootBorder"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="{TemplateBinding CornerRadius}"
Expand Down

0 comments on commit 96740a6

Please sign in to comment.