fix: show active tab bottom border in dark mode

This commit is contained in:
UmakanthKaspa 2025-05-03 05:43:52 +00:00
parent f708acb59e
commit 12e440333b

View file

@ -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;
}