We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd8836 commit dbee392Copy full SHA for dbee392
1 file changed
src/theme/components/Item.js
@@ -81,7 +81,7 @@ export default (variables = variable) => {
81
height: variables.inputHeightBase,
82
color: variables.inputColor,
83
flex: 1,
84
- top: Platform.OS === 'ios' ? 1.5 : 4,
+ top: Platform.OS === 'ios' ? 1.5 : undefined,
85
fontSize: variables.inputFontSize,
86
lineHeight: variables.inputLineHeight,
87
},
0 commit comments