Fix issue with quiet zone around QR code (#9243)
This commit is contained in:
parent
4c4a63fb5e
commit
b651b1c0c5
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
gap: $spacing-16;
|
||||
|
||||
.mx_QRCode {
|
||||
/* intentionally hardcoded color to ensure the QR code is readable in any situation */
|
||||
background: #ffffff;
|
||||
|
||||
padding: $spacing-24;
|
||||
border: 1px solid $quinary-content;
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in a new issue