Browse Source

fix qr code size

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
aafe3ae7d6
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/Dialog/QRDialog.tsx

2
src/components/Dialog/QRDialog.tsx

@ -93,7 +93,7 @@ export const QRDialog = ({
margin={majorScale(1)}
>
<Pane display="flex" margin="auto">
<QRCode value={QRCodeURL} qrStyle="dots" />
<QRCode value={QRCodeURL} size={250} qrStyle="dots" />
</Pane>
<Pane display="flex" gap={majorScale(1)}>
<TextInputField

Loading…
Cancel
Save