We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e4965 commit d30578cCopy full SHA for d30578c
1 file changed
src/components/RadioGroup/RadioGroup.tsx
@@ -30,7 +30,7 @@ function RadioGroupItem({
30
<Radio.Root
31
data-slot="radio-group-item"
32
className={cn(
33
- 'bg-background-input size-5 aspect-square shrink-0 rounded-full',
+ 'bg-background-input size-5 aspect-square shrink-0 rounded-full cursor-pointer',
34
focusRingVariants(),
35
inputBorderStyle,
36
disabledStyle,
0 commit comments