Skip to content

Commit

Permalink
apply height style only to multiline TextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicu committed Jan 22, 2025
1 parent 04c80f6 commit 27e039d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@ const styles = (theme: ThemeColors) =>
},

textInputMultilineContainer: {
height: '100%',
paddingTop: 23,
},

Expand Down

0 comments on commit 27e039d

Please sign in to comment.