Skip to content

Commit

Permalink
fix: Radio hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto committed Mar 20, 2024
1 parent ff76a64 commit 416f192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/radio/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ const getRadioBasicStyle: GenerateStyle<RadioToken> = (token) => {
},
},
},

'&::after': {
borderColor: colorBorder,
},
},

[`span${componentCls} + *`]: {
Expand Down

0 comments on commit 416f192

Please sign in to comment.