mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
[fix] TextInput default font styles
Match React Native (and web) expected defaults.
This commit is contained in:
@@ -413,8 +413,8 @@ const styles = StyleSheet.create({
|
||||
borderStyle: 'solid',
|
||||
borderWidth: 0,
|
||||
boxSizing: 'border-box',
|
||||
color: 'inherit',
|
||||
font: 'inherit',
|
||||
fontFamily: 'System',
|
||||
fontSize: 14,
|
||||
padding: 0,
|
||||
resize: 'none'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user