We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd3413 commit 8f42654Copy full SHA for 8f42654
packages/react-ui/src/components/radio/radio.tsx
@@ -86,7 +86,6 @@ export const Radio = (
86
className={tx(
87
"items-center justify-center rounded-full",
88
toggleControlShareStyles,
89
- !disabled && !readOnly && "cursor-pointer",
90
colorStyle.focus,
91
invalid ? "border-bd-invalid" : checked ? colorStyle.border : "border-bd-normal",
92
checked ? ["text-fg-emphasized", colorStyle.checked] : "bg-bg-normal",
0 commit comments