Skip to content

Commit 62b6253

Browse files
shawnbortonclaude
andcommitted
Fix Copy invite link row not going full width on ReferralDetailsPage
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0d4e386 commit 62b6253

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/ReferralDetailsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function ReferralDetailsPage({route}: ReferralDetailsPageProps) {
7777
successIcon={icons.Checkmark}
7878
successText={translate('qrCodes.copied')}
7979
onPress={() => Clipboard.setString(referralLink)}
80+
shouldLimitWidth={false}
8081
/>
8182
)}
8283

0 commit comments

Comments
 (0)