Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9d0c3fa

Browse files
RiotRobotjustjanne
andauthored
Fix issue with quiet zone around QR code (#9243) (#9257)
(cherry picked from commit b651b1c) Co-authored-by: Janne Mareike Koschinski <[email protected]>
1 parent 35b75d7 commit 9d0c3fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

res/css/views/dialogs/_AppDownloadDialog.pcss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
gap: $spacing-16;
3030

3131
.mx_QRCode {
32+
/* intentionally hardcoded color to ensure the QR code is readable in any situation */
33+
background: #ffffff;
34+
3235
padding: $spacing-24;
3336
border: 1px solid $quinary-content;
3437
border-radius: 4px;

0 commit comments

Comments
 (0)