Skip to content

Commit

Permalink
Change font size default from 12 to 14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mdvacca authored and facebook-github-bot committed Nov 17, 2018
1 parent d3a7325 commit dcf72ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/fabric/attributedstring/TextAttributes.cpp
Expand Up @@ -158,7 +158,7 @@ TextAttributes TextAttributes::defaultTextAttributes() {
// Non-obvious (can be different among platforms) default text attributes.
textAttributes.foregroundColor = blackColor();
textAttributes.backgroundColor = clearColor();
textAttributes.fontSize = 12.0;
textAttributes.fontSize = 14.0;
return textAttributes;
}();
return textAttributes;
Expand Down

0 comments on commit dcf72ff

Please sign in to comment.