fix(ui): active toggle visible in dark-theme

This commit is contained in:
ArneBo 2024-12-06 12:13:52 +01:00 committed by upsiflu
parent 534c074a4f
commit d967e91dcc
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@
}
&.is-active {
--fw-bg-color: var(--fw-bg-400);
--fw-bg-color: var(--fw-blue-400);
&:hover {
--fw-bg-color: var(--fw-blue-500);
--fw-bg-color: var(--fw-blue-700);
}
&::before {