Skip to content

Commit 5334a4f

Browse files
chrisdrackettnecolas
authored andcommitted
[fix] TextInput remove default browser margin
Close #1458
1 parent df1b62c commit 5334a4f

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native-web/src/exports/TextInput

1 file changed

+1
-0
lines changed

packages/react-native-web/src/exports/TextInput/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ const classes = css.create({
321321
borderRadius: 0,
322322
boxSizing: 'border-box',
323323
font: '14px System',
324+
margin: 0,
324325
padding: 0,
325326
resize: 'none'
326327
}

0 commit comments

Comments
 (0)