[fix] TextInput remove default browser margin

Close #1458
This commit is contained in:
Chris Drackett
2019-10-15 11:15:25 -07:00
committed by Nicolas Gallagher
parent df1b62cd45
commit 5334a4f0d8
@@ -321,6 +321,7 @@ const classes = css.create({
borderRadius: 0,
boxSizing: 'border-box',
font: '14px System',
margin: 0,
padding: 0,
resize: 'none'
}