fix qr code size

This commit is contained in:
Sacha Weatherstone
2022-08-14 22:21:49 +10:00
parent 9c092b7a43
commit aafe3ae7d6

View File

@@ -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