Skip to content

Commit 4c903da

Browse files
✏️ Add missing margin to non-outlined action and filter chips (#2511)
1 parent 5d947f6 commit 4c903da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.CheckBox.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@
262262
<Setter Property="Height" Value="32" />
263263
<Setter Property="MinWidth" Value="46" />
264264
<Setter Property="HorizontalAlignment" Value="Left" />
265+
<Setter Property="FontSize" Value="13" />
266+
<Setter Property="Margin" Value="4" />
265267
<Setter Property="Template">
266268
<Setter.Value>
267269
<ControlTemplate TargetType="{x:Type CheckBox}">

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Chip.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<Setter Property="IconBackground" Value="{DynamicResource PrimaryHueMidBrush}" />
8484
<Setter Property="IconForeground" Value="{DynamicResource PrimaryHueMidForegroundBrush}" />
8585
<Setter Property="Cursor" Value="Hand" />
86+
<Setter Property="Margin" Value="4" />
8687
<Setter Property="Template">
8788
<Setter.Value>
8889
<ControlTemplate TargetType="{x:Type wpf:Chip}">

0 commit comments

Comments
 (0)