mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bring missing changes to 0.58-stable branch
This reverts commit b864e7e63e.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user