0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(experience): add border radius for totp qr code (#4779)

This commit is contained in:
Xiao Yijun 2023-10-29 08:59:17 +08:00 committed by GitHub
parent 8798432a24
commit aa375f906f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
.qrCode {
border: 1px solid var(--color-line-divider);
border-radius: var(--radius);
overflow: hidden;
margin: _.unit(4);
height: 136px;
width: 136px;