Skip to content

Commit 62fef25

Browse files
committed
flat button font size correction. fixes #340
1 parent 34a9bc7 commit 62fef25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Button.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}"/>
9696
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
9797
<Setter Property="TextBlock.FontWeight" Value="DemiBold"/>
98+
<Setter Property="TextBlock.FontSize" Value="14"/>
9899
<Setter Property="BorderThickness" Value="1"/>
99100
<Setter Property="HorizontalContentAlignment" Value="Center"/>
100101
<Setter Property="VerticalContentAlignment" Value="Center"/>

0 commit comments

Comments
 (0)