mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -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 {
|
.item {
|
||||||
padding: _.unit(2);
|
padding: _.unit(2);
|
||||||
border-radius: _.unit(2);
|
border-radius: 6px;
|
||||||
font: var(--font-body-2);
|
font: var(--font-body-2);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue