Skip to content

Commit

Permalink
Adjust spacing to fix copy icon size on bigger fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed May 3, 2024
1 parent 3a52ce0 commit c62be80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AddressQRCodeModal = ({ address, modalId }: AddressQRCodeModalProps
</label>
<div className="space-y-3 py-6">
<div className="flex space-x-4 flex-col items-center gap-6">
<div className="flex flex-col items-center gap-6">
<QRCodeSVG value={address} size={256} />
<Address address={address} format="long" disableAddressLink />
</div>
Expand Down

0 comments on commit c62be80

Please sign in to comment.