Skip to content

Commit 8f42654

Browse files
committed
fix(Radio): remove cursor-pointer
1 parent cfd3413 commit 8f42654

File tree

1 file changed

+0
-1
lines changed
  • packages/react-ui/src/components/radio

1 file changed

+0
-1
lines changed

packages/react-ui/src/components/radio/radio.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const Radio = (
8686
className={tx(
8787
"items-center justify-center rounded-full",
8888
toggleControlShareStyles,
89-
!disabled && !readOnly && "cursor-pointer",
9089
colorStyle.focus,
9190
invalid ? "border-bd-invalid" : checked ? colorStyle.border : "border-bd-normal",
9291
checked ? ["text-fg-emphasized", colorStyle.checked] : "bg-bg-normal",

0 commit comments

Comments
 (0)