Switch to qrcode-generator library

This commit is contained in:
Evan Hahn
2022-01-05 11:59:59 -06:00
committed by GitHub
parent 17bee00821
commit c8d32f0327
14 changed files with 155 additions and 696 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-InstallScreenQrCodeNotScannedStep {
@@ -58,8 +58,6 @@
}
&__code {
display: flex;
flex-direction: column;
height: $size;
width: $size;
animation: 1s module-InstallScreenQrCodeNotScannedStep__slide-in;