Skip to content

Commit 95e6a63

Browse files
committed
twaek font weight, fixes #412
1 parent b5723ed commit 95e6a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Button.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Setter Property="wpf:RippleAssist.Feedback" Value="White" />
2929
<Setter Property="Cursor" Value="Hand"/>
3030
<Setter Property="wpf:ShadowAssist.ShadowDepth" Value="Depth1" />
31-
<Setter Property="TextBlock.FontWeight" Value="DemiBold"/>
31+
<Setter Property="TextBlock.FontWeight" Value="Medium"/>
3232
<Setter Property="TextBlock.FontSize" Value="14"/>
3333
<Setter Property="BorderThickness" Value="1"/>
3434
<Setter Property="HorizontalContentAlignment" Value="Center"/>
@@ -94,7 +94,7 @@
9494
<Setter Property="Cursor" Value="Hand"/>
9595
<Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidBrush}"/>
9696
<Setter Property="wpf:RippleAssist.Feedback" Value="{DynamicResource MaterialDesignFlatButtonRipple}" />
97-
<Setter Property="TextBlock.FontWeight" Value="DemiBold"/>
97+
<Setter Property="TextBlock.FontWeight" Value="Medium"/>
9898
<Setter Property="TextBlock.FontSize" Value="14"/>
9999
<Setter Property="BorderThickness" Value="1"/>
100100
<Setter Property="HorizontalContentAlignment" Value="Center"/>

0 commit comments

Comments
 (0)