diff --git a/lib/src/client/color-switch/color-switch.tsx b/lib/src/client/color-switch/color-switch.tsx index 12825b02..905de525 100644 --- a/lib/src/client/color-switch/color-switch.tsx +++ b/lib/src/client/color-switch/color-switch.tsx @@ -33,10 +33,9 @@ export const ColorSwitch = ({ }: ColorSwitchProps) => { const { toggleColorScheme, colorSchemePref } = useTheme(targetSelector); - const cls = [styles.s, styles[colorSchemePref], className].join(" "); return (