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:
parent
90812b5fc8
commit
8451f2aed3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue