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

refactor(console): change tab nav border color to surface-5 (#2532)

This commit is contained in:
Xiao Yijun 2022-11-25 15:32:30 +08:00 committed by GitHub
parent 90812b5fc8
commit 8451f2aed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
@use '@/scss/underscore' as _; @use '@/scss/underscore' as _;
.nav { .nav {
border-bottom: 1px solid var(--color-divider); border-bottom: 1px solid var(--color-surface-5);
display: flex; display: flex;
margin-top: _.unit(1); margin-top: _.unit(1);
} }