Skip to content

Commit

Permalink
Bold Wallet Name in ScanConnectDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 1, 2024
1 parent b1b1ea2 commit 93c1c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/views/ScanConnect/ScanConnectDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ 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 textStyle="body2Bold">{wallet.name}</Text> app to
connect
</Text>
<CopyButton text={uri} isDisabled={!uri || isLoading} ml="auto" />
</HStack>

Expand Down

0 comments on commit 93c1c96

Please sign in to comment.