Skip to content

Commit

Permalink
chore/fixing paragraph min height
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Imperio authored and Felipe Imperio committed Aug 26, 2024
1 parent 8ec5d16 commit 5460f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/LongTextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const LongTextInput = styled(
alignSelf: 'stretch',
flex: 1,

minHeight: 56,
minHeight: 176,
maxHeight: 350,
width: '100%',
borderRadius: 12,
Expand Down

0 comments on commit 5460f5c

Please sign in to comment.