mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[WIP] Added support for italics and additional font weights
This commit is contained in:
@@ -239,7 +239,7 @@ var styles = StyleSheet.create({
|
||||
},
|
||||
errorTextTitle: {
|
||||
fontSize: 15,
|
||||
fontWeight: 'bold',
|
||||
fontWeight: '500',
|
||||
marginBottom: 10,
|
||||
},
|
||||
errorText: {
|
||||
|
||||
Reference in New Issue
Block a user