mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-08 20:35:21 +00: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',
|
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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user