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

(cherry picked from commit b651b1c0c5)

Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
This commit is contained in:
ElementRobot
2022-09-12 09:09:05 +01:00
committed by GitHub
parent 35b75d77a1
commit 9d0c3faa40

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;