Skip to content

Commit d30578c

Browse files
committed
Adding cursor-pointer to RadioGroupItem
1 parent f7e4965 commit d30578c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RadioGroup/RadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function RadioGroupItem({
3030
<Radio.Root
3131
data-slot="radio-group-item"
3232
className={cn(
33-
'bg-background-input size-5 aspect-square shrink-0 rounded-full',
33+
'bg-background-input size-5 aspect-square shrink-0 rounded-full cursor-pointer',
3434
focusRingVariants(),
3535
inputBorderStyle,
3636
disabledStyle,

0 commit comments

Comments
 (0)