From 8d984c7a9c59e28f282353793cb71167f74669ae Mon Sep 17 00:00:00 2001 From: dm Date: Fri, 19 Dec 2025 14:07:53 +0100 Subject: [PATCH] Switcher - poprawka fontu --- src/styles/switches.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/styles/switches.css b/src/styles/switches.css index f977aed..3087abb 100644 --- a/src/styles/switches.css +++ b/src/styles/switches.css @@ -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] ; -} */ \ No newline at end of file +} \ No newline at end of file