Skip to content

Commit a5e11f0

Browse files
committed
Removing unneeded android input vertical align
1 parent 8a8df22 commit a5e11f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/TextField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ function createStyles({centered, multiline, hideUnderline}) {
726726
backgroundColor: 'transparent',
727727
// marginBottom: Constants.isIOS ? 10 : 5,
728728
padding: 0, // for Android
729-
textAlignVertical: 'top', // for Android
729+
// textAlignVertical: 'top', // for Android
730730
borderColor: 'transparent', // borderColor & borderWidth is a fix for collapsing issue on Android
731731
borderWidth: Constants.isAndroid ? 1 : undefined // for Android
732732
},

0 commit comments

Comments
 (0)