Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Feb 18, 2024
1 parent af22fed commit 3171899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/buttons/ToggleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ToggleButton({

return (
<Switch
// @ts-expect-error: the active thumb color is a weird green that can't be changed with "activeThumbColor"
// @ts-expect-error: the active thumb color is a weird green that can't be changed without "activeThumbColor"
activeThumbColor={secondaryColor}
trackColor={{ false: neutral33, true: blueDefault }}
thumbColor={!focused ? neutral99 : secondaryColor}
Expand Down

0 comments on commit 3171899

Please sign in to comment.