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

Commit

Permalink
Fix issue with quiet zone around QR code (#9243) (#9257)
Browse files Browse the repository at this point in the history
(cherry picked from commit b651b1c)

Co-authored-by: Janne Mareike Koschinski <[email protected]>
  • Loading branch information
RiotRobot and justjanne authored Sep 12, 2022
1 parent 35b75d7 commit 9d0c3fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/views/dialogs/_AppDownloadDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9d0c3fa

Please sign in to comment.