Fix linking QR code for windows high contrast mode

This commit is contained in:
ayumi-signal
2025-03-04 12:23:27 -08:00
committed by GitHub
parent a094a2ca2b
commit b260c1e64c

View File

@@ -110,6 +110,7 @@
&__code { &__code {
height: $size; height: $size;
width: $size; width: $size;
background: variables.$color-white;
animation: 1s module-InstallScreenQrCodeNotScannedStep__slide-in; animation: 1s module-InstallScreenQrCodeNotScannedStep__slide-in;
position: relative; position: relative;
transition: opacity 125ms; transition: opacity 125ms;