Show error state when QR code times out loading

This commit is contained in:
Josh Perez 2023-05-10 17:36:45 -04:00 committed by GitHub
parent 48545d6a83
commit b34ea60d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 107 additions and 22 deletions

View file

@ -55,6 +55,11 @@
color: $color-gray-60;
}
&__link {
@include button-reset;
color: $color-ultramarine;
}
&__code {
height: $size;
width: $size;