Fix issue with quiet zone around QR code (#9243)

This commit is contained in:
Janne Mareike Koschinski 2022-09-07 13:11:40 +02:00 committed by GitHub
parent 4c4a63fb5e
commit b651b1c0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;