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 8999d04 commit de53478Copy full SHA for de53478
apps/webapp/app/components/primitives/RadioButton.tsx
@@ -39,7 +39,7 @@ const variants = {
39
description: {
40
button:
41
"w-full p-2.5 hover:data-[state=checked]:bg-white/[4%] data-[state=checked]:bg-white/[4%] transition data-[disabled]:opacity-70 hover:border-charcoal-600 border-charcoal-650 hover:data-[state=checked]:border-charcoal-600 border rounded-md",
42
- label: "text-text-bright font-semibold -mt-1 text-left text-sm",
+ label: "text-text-bright font-semibold -mt-0.5 text-left text-sm",
43
description: "text-text-dimmed -mt-0 text-left",
44
inputPosition: "mt-0",
45
icon: "w-8 h-8 mb-2",
0 commit comments