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