diff --git a/packages/react-native-web/src/exports/TextInput/index.js b/packages/react-native-web/src/exports/TextInput/index.js index f41fc2b4..df155c41 100644 --- a/packages/react-native-web/src/exports/TextInput/index.js +++ b/packages/react-native-web/src/exports/TextInput/index.js @@ -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' }