Skip to content

Commit c1c6fa5

Browse files
committed
Fix TextField rightIcon padding
1 parent 3ec5ba0 commit c1c6fa5

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
@@ -772,7 +772,7 @@ function createStyles({centered, multiline, expandable}) {
772772
position: 'absolute',
773773
right: ICON_RIGHT_PADDING,
774774
alignSelf: 'flex-end',
775-
paddingBottom: expandable ? 14 : 8
775+
paddingBottom: 8
776776
},
777777
rightButton: {
778778
position: 'absolute',

0 commit comments

Comments
 (0)