Skip to content

Commit 0e24e33

Browse files
committed
tweak text hints
1 parent 390e928 commit 0e24e33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MaterialDesignColors.WpfExample/MainWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:wpfExample="clr-namespace:MaterialDesignColors.WpfExample"
55
Title="Material Design in XAML" Height="600" Width="800"
66
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
7+
TextElement.FontWeight="Medium"
78
Background="{DynamicResource MaterialDesignPaper}"
89
FontFamily="pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto">
910
<Window.Resources>

MaterialDesignThemes.Wpf/TextField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static class TextField
3838
"HintOpacity",
3939
typeof(double),
4040
typeof(TextField),
41-
new PropertyMetadata(.23, HintOpacityPropertyChangedCallback));
41+
new PropertyMetadata(.48, HintOpacityPropertyChangedCallback));
4242

4343
/// <summary>
4444
/// Internal framework use only.

0 commit comments

Comments
 (0)