You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @maxgmer! I think I remember running into something like this; and unfortunately it seems like it may be a problem on the underlying QR code library (margin is a prop of that library that we just pass down).
A workaround, noted here, would be to just wrap the QR code in a div, and set the padding as desired and background-color: white.
Hi @maxgmer! I think I remember running into something like this; and unfortunately it seems like it may be a problem on the underlying QR code library (margin is a prop of that library that we just pass down).
A workaround, noted here, would be to just wrap the QR code in a div, and set the padding as desired and background-color: white.
I see, thanks for the tip. Will try your suggestion.
I have bitcoin-qr element with width="160", height="160".
When I set margin="16", it looks 100% the same as margin="1".
Is it a bug?
The text was updated successfully, but these errors were encountered: