Skip to content

Commit

Permalink
fix: Radio hover style (ant-design#47972)
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto authored Mar 20, 2024
1 parent 999f27d commit cd317fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/radio/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {
border: `${unit(lineWidth)} ${lineType} ${colorPrimary}`,
borderRadius: '50%',
visibility: 'hidden',
opacity: 0,
content: '""',
},

Expand Down

0 comments on commit cd317fb

Please sign in to comment.