diff --git a/ReactCommon/fabric/attributedstring/TextAttributes.cpp b/ReactCommon/fabric/attributedstring/TextAttributes.cpp index 95f0940e30f..480dd012eb4 100644 --- a/ReactCommon/fabric/attributedstring/TextAttributes.cpp +++ b/ReactCommon/fabric/attributedstring/TextAttributes.cpp @@ -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;