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 587ffdf commit 26ec6dcCopy full SHA for 26ec6dc
src/components/ui/radiogroup.tsx
@@ -34,7 +34,10 @@ const RadioGroupItem = forwardRef<
34
{...props}
35
>
36
<RadioGroupPrimitive.Indicator className="flex items-center justify-center">
37
- <Icon name="Circle" className="h-1.5 w-1.5 fill-current text-current" />
+ <Icon
38
+ name="Circle"
39
+ className="!h-1.5 w-1.5 fill-current text-current"
40
+ />
41
</RadioGroupPrimitive.Indicator>
42
</RadioGroupPrimitive.Item>
43
);
0 commit comments