fix: fix various issues.
* fix CornerRadius of CloseButton. * add IsVisible to Content of DualBadge. * remove Geometry & sys:.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</Design.PreviewWith>
|
||||
|
||||
<ControlTheme x:Key="OverlayCloseButton" TargetType="Button">
|
||||
<Setter Property="CornerRadius" Value="6" />
|
||||
<Setter Property="CornerRadius" Value="3" />
|
||||
<Setter Property="Height" Value="24" />
|
||||
<Setter Property="Width" Value="24" />
|
||||
<Setter Property="Padding" Value="4" />
|
||||
|
||||
Reference in New Issue
Block a user