Skip to content

Commit

Permalink
fix: change numberOfLines for other buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 3, 2024
1 parent 0bbd5d1 commit fd5cf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/send/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function Send() {
className="flex flex-col gap-2 flex-1"
>
<KeyboardIcon className="text-secondary-foreground" />
<Text>Manual</Text>
<Text numberOfLines={1}>Manual</Text>
</Button>
<Button
variant="secondary"
Expand All @@ -148,7 +148,7 @@ export function Send() {
className="flex flex-col gap-2 flex-1"
>
<ClipboardPaste className="text-secondary-foreground" />
<Text>Paste</Text>
<Text numberOfLines={1}>Paste</Text>
</Button>
</View>
</>
Expand Down

0 comments on commit fd5cf09

Please sign in to comment.