Skip to content

Commit ea1b2f6

Browse files
authored
Reduce padding of top label by 1 pixel (#900)
1 parent 0d09c74 commit ea1b2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textField/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ function createStyles({centered, multiline, hideUnderline}, rightItemTopPadding
772772
textAlign: centered ? 'center' : undefined
773773
},
774774
topLabel: {
775-
marginBottom: Constants.isIOS ? (multiline ? 1 : 6) : 7
775+
marginBottom: Constants.isIOS ? (multiline ? 1 : 5) : 7
776776
},
777777
bottomLabel: {
778778
marginTop: 9

0 commit comments

Comments
 (0)