0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): update quota table border radius to 16px (#4221)

This commit is contained in:
Xiao Yijun 2023-07-25 15:24:32 +08:00 committed by GitHub
parent 48fc9512cd
commit fccc43b99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
.container {
padding: _.unit(3);
border-radius: 12px;
border-radius: 16px;
background-color: var(--color-layer-1);
margin-bottom: _.unit(3);