Skip to content

Commit

Permalink
fix: truncate EmotionButtonBasic text
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzmyr committed Dec 25, 2022
1 parent 8bb5a49 commit 986be0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const EmotionButtonBasic = ({
color: colors.text,
fontWeight: '500',
fontSize: 17,
flex: 1,
paddingVertical: 6,
}}
numberOfLines={1}
Expand Down

0 comments on commit 986be0a

Please sign in to comment.