[fix] TextInput default font styles

Match React Native (and web) expected defaults.
This commit is contained in:
Nicolas Gallagher
2018-02-19 15:29:05 -08:00
parent a53372ceb3
commit b28cbbb37e
+2 -2
View File
@@ -413,8 +413,8 @@ const styles = StyleSheet.create({
borderStyle: 'solid', borderStyle: 'solid',
borderWidth: 0, borderWidth: 0,
boxSizing: 'border-box', boxSizing: 'border-box',
color: 'inherit', fontFamily: 'System',
font: 'inherit', fontSize: 14,
padding: 0, padding: 0,
resize: 'none' resize: 'none'
} }