Switcher - poprawka fontu

This commit is contained in:
dm
2025-12-19 14:07:53 +01:00
parent 1c86bf46ac
commit 8d984c7a9c

View File

@@ -7,13 +7,9 @@
}
.f-switch {
@apply px-6 py-3 text-sm font-semibold cursor-pointer select-none transition-all;
@apply px-6 py-3 text-sm font-normal cursor-pointer select-none transition-all;
}
.f-switch.active {
@apply text-[--f-switcher-text] bg-[--f-switcher-background] ;
}
/* .f-switch:hover {
@apply text-[--f-switcher-text-hover] bg-[--f-switcher-background-hover] ;
} */