Skip to content

Commit 985aab9

Browse files
committed
feat: Change TextBlock Default FontSize
1 parent 4f375bb commit 985aab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI/UI/Xaml/Controls/TextBlock/TextBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public double FontSize
280280
typeof(double),
281281
typeof(TextBlock),
282282
new FrameworkPropertyMetadata(
283-
defaultValue: 15.0,
283+
defaultValue: 14.0,
284284
options: FrameworkPropertyMetadataOptions.Inherits,
285285
propertyChangedCallback: (s, e) => ((TextBlock)s).OnFontSizeChanged()
286286
)

0 commit comments

Comments
 (0)