Skip to content

Commit

Permalink
fix: adding explicit content
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesEmond authored Apr 20, 2022
1 parent 12261e2 commit 47a040a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
<Border x:Name="RootElement"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}" />
BorderThickness="{TemplateBinding BorderThickness}"
Content="{TemplateBinding Content}" />
</ControlTemplate>
</Setter.Value>
</Setter>
Expand Down

0 comments on commit 47a040a

Please sign in to comment.