Auth QR Code: Always use white background (#1459)

This commit is contained in:
Alexander Zinchuk 2021-09-24 14:37:15 +03:00
parent ebe358bc5f
commit a90019a2f2

View File

@ -121,6 +121,13 @@
opacity: 0.5;
transform: scale(0.8);
}
canvas {
padding: .625rem;
border-radius: var(--border-radius-default);
background: var(--color-white);
margin-top: -.625rem;
}
}
h3 {