We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884ec5e commit 18770e0Copy full SHA for 18770e0
apps/webapp/app/components/primitives/Switch.tsx
@@ -16,7 +16,7 @@ const variations = {
16
"flex items-center h-[1.5rem] gap-x-1.5 rounded hover:bg-tertiary disabled:hover:bg-transparent pr-1 py-[0.1rem] pl-1.5 transition focus-custom disabled:hover:text-charcoal-400 disabled:opacity-50 text-charcoal-400 hover:text-charcoal-200 disabled:hover:cursor-not-allowed hover:cursor-pointer",
17
root: "h-3 w-6",
18
thumb: "h-2.5 w-2.5 data-[state=checked]:translate-x-2.5 data-[state=unchecked]:translate-x-0",
19
- text: "text-xs transition",
+ text: "text-xs",
20
},
21
};
22
0 commit comments