Skip to content

Commit d4dbc19

Browse files
authored
Merge pull request #422 from Utkarshpandey0001/fix/receive-button-layout
Fix/receive button layout
2 parents 9b274ba + 3e5b03e commit d4dbc19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/Home.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ function MainButton({
364364
<View className="flex flex-col justify-center items-center gap-4">
365365
<Icon />
366366
<Text
367+
numberOfLines={1}
368+
adjustsFontSizeToFit
367369
className={cn(
368370
Platform.select({
369371
ios: "ios:text-2xl ios:sm:text-3xl",

0 commit comments

Comments
 (0)