Skip to content

Commit 6f06043

Browse files
authored
Bug/1722/popup box inherit font size (#1793)
* Removed PopupBox font size hard-code * Removed PopupBox font weight hard-code
1 parent e82c366 commit 6f06043

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@
113113
AllowsTransparency="True">
114114
<wpf:Card Content="{TemplateBinding PopupContent}" ContentTemplate="{TemplateBinding PopupContentTemplate}"
115115
Foreground="{DynamicResource MaterialDesignBody}"
116-
FontSize="15"
117-
FontWeight="Regular"
118116
Padding="{TemplateBinding Padding}"
119117
RenderOptions.ClearTypeHint="Enabled"
120118
Margin="5">

0 commit comments

Comments
 (0)