Browse Source

Merge branch 'master' of github.com:meshtastic/meshtastic-web

pull/39/head
Sacha Weatherstone 4 years ago
parent
commit
078d49f56e
  1. 2
      src/components/Dialog/QRDialog.tsx

2
src/components/Dialog/QRDialog.tsx

@ -96,7 +96,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