From 28940d1a349f3971b2b2046368ab5152eecee953 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 25 Jan 2022 17:32:33 -0600 Subject: [PATCH] Remove white border around QR code in dark mode --- .../components/InstallScreenQrCodeNotScannedStep.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss b/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss index 52d572012e..204714b9b8 100644 --- a/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss +++ b/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss @@ -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;