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

(cherry picked from commit b651b1c0c5)

Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
pull/28788/head^2
ElementRobot 2022-09-12 09:09:05 +01:00 committed by GitHub
parent 35b75d77a1
commit 9d0c3faa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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;