diff --git a/packages/react-native-web/src/exports/TextInput/index.js b/packages/react-native-web/src/exports/TextInput/index.js index 81350290..0f334b0f 100644 --- a/packages/react-native-web/src/exports/TextInput/index.js +++ b/packages/react-native-web/src/exports/TextInput/index.js @@ -321,6 +321,7 @@ const classes = css.create({ borderRadius: 0, boxSizing: 'border-box', font: '14px System', + margin: 0, padding: 0, resize: 'none' }