We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fe160 commit 615e183Copy full SHA for 615e183
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Button.xaml
@@ -96,7 +96,7 @@
96
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
97
<Setter Property="TextBlock.FontWeight" Value="Medium"/>
98
<Setter Property="TextBlock.FontSize" Value="14"/>
99
- <Setter Property="BorderThickness" Value="1"/>
+ <Setter Property="BorderThickness" Value="0"/>
100
<Setter Property="HorizontalContentAlignment" Value="Center"/>
101
<Setter Property="VerticalContentAlignment" Value="Center"/>
102
<Setter Property="Padding" Value="16 4 16 4"/>
0 commit comments