Skip to content

Commit dd18568

Browse files
committed
standard body font on dialogs
1 parent ec269fd commit dd18568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialDesignThemes.Wpf/Themes/Generic.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@
569569
local:ShadowAssist.ShadowDepth="Depth5"
570570
UniformCornerRadius="4"
571571
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
572-
TextElement.FontWeight="Medium"
573-
TextElement.FontSize="14"
572+
TextElement.FontWeight="Regular"
573+
TextElement.FontSize="13"
574574
TextOptions.TextFormattingMode="Ideal"
575575
TextOptions.TextRenderingMode="Auto"
576576
Foreground="{DynamicResource MaterialDesignBody}"

0 commit comments

Comments
 (0)