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:
parent
48fc9512cd
commit
fccc43b99c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
.container {
|
||||
padding: _.unit(3);
|
||||
border-radius: 12px;
|
||||
border-radius: 16px;
|
||||
background-color: var(--color-layer-1);
|
||||
margin-bottom: _.unit(3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue