Skip to content

Commit

Permalink
[fix] TextInput remove default browser margin
Browse files Browse the repository at this point in the history
Close #1458
  • Loading branch information
chrisdrackett authored and necolas committed Dec 18, 2019
1 parent df1b62c commit 5334a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-web/src/exports/TextInput/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const classes = css.create({
borderRadius: 0,
boxSizing: 'border-box',
font: '14px System',
margin: 0,
padding: 0,
resize: 'none'
}
Expand Down

0 comments on commit 5334a4f

Please sign in to comment.