mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
style(console): change dropdown item border radius to 6px (#4988)
This commit is contained in:
parent
7c85f6d8be
commit
9517bd4bc9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
.item {
|
||||
padding: _.unit(2);
|
||||
border-radius: _.unit(2);
|
||||
border-radius: 6px;
|
||||
font: var(--font-body-2);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue