Skip to content

Commit dcf72ff

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Change font size default from 12 to 14
Summary: trivial change of the default font size from 12 to 14 to make it backward compatible with current version of RN Reviewed By: shergin Differential Revision: D13108543 fbshipit-source-id: e5e384c4459f2c87ee9589c4e00a0ab5d0c8a06a
1 parent d3a7325 commit dcf72ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/fabric/attributedstring/TextAttributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ TextAttributes TextAttributes::defaultTextAttributes() {
158158
// Non-obvious (can be different among platforms) default text attributes.
159159
textAttributes.foregroundColor = blackColor();
160160
textAttributes.backgroundColor = clearColor();
161-
textAttributes.fontSize = 12.0;
161+
textAttributes.fontSize = 14.0;
162162
return textAttributes;
163163
}();
164164
return textAttributes;

0 commit comments

Comments
 (0)