Skip to content

Commit

Permalink
fix: numberOfLines 1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyasan31 committed Sep 21, 2024
1 parent c89be0a commit 69569df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/elements/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const BadgeComponent = (
lightColor={lightColor}
darkColor={darkColor}
style={[defaultStyle.text, textStyle]}
numberOfLines={1}
>
{children}
</Text>
Expand Down

0 comments on commit 69569df

Please sign in to comment.