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 34a9bc7 commit 62fef25Copy full SHA for 62fef25
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Button.xaml
@@ -95,6 +95,7 @@
95
<Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}"/>
96
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
97
<Setter Property="TextBlock.FontWeight" Value="DemiBold"/>
98
+ <Setter Property="TextBlock.FontSize" Value="14"/>
99
<Setter Property="BorderThickness" Value="1"/>
100
<Setter Property="HorizontalContentAlignment" Value="Center"/>
101
<Setter Property="VerticalContentAlignment" Value="Center"/>
0 commit comments