Skip to content

Commit

Permalink
adjust hw wallet checkbox size
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 21, 2024
1 parent abf4b54 commit 1d34779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Modals/ConnectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const ConnectModal: React.FC<ConnectModalProps> = ({
onChange={(e) => setNoHWWallet(e.target.checked)}
checked={noHWWallet}
/>
<span className="label-text md:max-w-[27rem]">
<span className="label-text md:max-w-[34rem]">
I acknowledge that Keystone via QR code is the only hardware
wallet supporting Bitcoin Staking. Using any other hardware
wallets through any means (such as connection to software /
Expand Down

0 comments on commit 1d34779

Please sign in to comment.