fix: show active tab bottom border in dark mode
This commit is contained in:
parent
f708acb59e
commit
12e440333b
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@
|
|||
|
||||
&.active {
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid var(--primary);
|
||||
border-bottom: 1px solid var(--text-color);
|
||||
color: var(--text-color);
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue