Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|