qr-code icon indicating copy to clipboard operation
qr-code copied to clipboard

Cannot control size with height/width CSS attributes

Open pietrorea opened this issue 2 years ago • 1 comments

Hello, I tried to control the size of the QR code component like this:

qr-code {
  width: 10rem;
  height: 10rem;
}

but this doesn't resize the actual QR code:

Screen Shot 2022-02-16 at 4 44 54 PM

is the only way to control the size modulesize?

pietrorea avatar Feb 16 '22 21:02 pietrorea

Yea, it's like that now... We could add a innerStyle prop which passes the style down to the inner element. Feel free to send me a PR.

educastellano avatar Feb 17 '22 08:02 educastellano