Skip to content

Commit

Permalink
Bold Wallet Name in ScanConnectDesktop (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Oct 1, 2024
1 parent b1b1ea2 commit 6b9bad1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/views/ScanConnect/ScanConnectDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ export default function ScanConnectDesktop({
justifyContent="space-evenly"
>
<HStack width="full">
<Text textStyle="body2">Scan in the {wallet.name} app to connect</Text>
<Text textStyle="body2">
Scan in the{' '}
<Text as="span" textStyle="body2Bold">
{wallet.name}
</Text>{' '}
app to connect
</Text>
<CopyButton text={uri} isDisabled={!uri || isLoading} ml="auto" />
</HStack>

Expand Down

0 comments on commit 6b9bad1

Please sign in to comment.