0
Fork 0
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:
Xiao Yijun 2023-11-28 18:19:53 +08:00 committed by GitHub
parent 7c85f6d8be
commit 9517bd4bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
.item {
padding: _.unit(2);
border-radius: _.unit(2);
border-radius: 6px;
font: var(--font-body-2);
cursor: pointer;
display: flex;