mirror of
https://github.com/meshtastic/web.git
synced 2026-05-18 19:25:09 -04:00
fix qr code size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user