Skip to content

Commit

Permalink
[C-4258] Fix text input end adornment position (#8068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Apr 9, 2024
1 parent 25fea8f commit 5b1f635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mobile/src/components/core/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ const useStyles = makeStyles(({ typography, palette, spacing }) => ({
color: palette.neutralLight7
},
startAdornment: {},
endAdornment: {},
endAdornment: {
alignSelf: 'flex-end'
},
inputAccessory: {
flexDirection: 'row',
justifyContent: 'flex-end'
Expand Down

0 comments on commit 5b1f635

Please sign in to comment.