Skip to content

Commit

Permalink
Fix qrcode overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed May 21, 2024
1 parent 5a2bbb5 commit 7f10c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/components/screens/settings/Nodes/Nodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const LocalNodeQrcode = () => {

return (
<YStack gap="$4">
<SettingLayout>
<XStack jc="space-between" w="100%">
<Paragraph>{i18n.t('settings.nodes.qrCodeLabel')}</Paragraph>
<YStack gap="$4">
<XStack alignSelf="flex-end">
Expand All @@ -219,7 +219,7 @@ const LocalNodeQrcode = () => {
</Card>
)}
</YStack>
</SettingLayout>
</XStack>
<SettingLayout>
<Paragraph>{i18n.t('settings.nodes.secretLinkLabel')}</Paragraph>
<Button
Expand Down

0 comments on commit 7f10c9b

Please sign in to comment.