Remove white border around QR code in dark mode

This commit is contained in:
Evan Hahn 2022-01-25 17:32:33 -06:00 committed by GitHub
parent 68a458ec4a
commit 28940d1a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -24,18 +24,15 @@
}
&__qr-code {
// This should match the size defined in the JavaScript.
$size: 256px;
align-items: center;
border: 2px solid transparent;
border-radius: 4px;
box-sizing: content-box;
display: flex;
padding: 8px;
flex-direction: column;
justify-content: center;
margin-right: 38px;
margin: 8px 38px 8px 8px;
min-height: $size;
min-width: $size;
width: $size;
@ -46,6 +43,7 @@
&--load-failed {
@include font-subtitle;
border-radius: 4px;
@include light-theme {
color: $color-gray-60;