Skip to content

Commit 615e183

Browse files
committed
Changing default border thickness to be 0 instead of 1.
1 parent c8fe160 commit 615e183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Button.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
9797
<Setter Property="TextBlock.FontWeight" Value="Medium"/>
9898
<Setter Property="TextBlock.FontSize" Value="14"/>
99-
<Setter Property="BorderThickness" Value="1"/>
99+
<Setter Property="BorderThickness" Value="0"/>
100100
<Setter Property="HorizontalContentAlignment" Value="Center"/>
101101
<Setter Property="VerticalContentAlignment" Value="Center"/>
102102
<Setter Property="Padding" Value="16 4 16 4"/>

0 commit comments

Comments
 (0)