Remove white border around QR code in dark mode

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-01-26 08:25:17 -08:00 committed by Fedor Indutnyy
parent e2f7c2dd45
commit 713180d620
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;