Skip to content

Commit

Permalink
chore: fix Field Select clear icon hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Jul 13, 2023
1 parent e2dbc2c commit adb75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/components/FieldLabel/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const genProStyle: GenerateStyle<ProToken> = (token) => {
color: token.colorTextPlaceholder,
borderRadius: '50%',
},
':hover': {
'&:hover': {
color: token.colorIconHover,
},
},
Expand Down

1 comment on commit adb75e0

@afc163
Copy link
Member Author

@afc163 afc163 commented on adb75e0 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

图片

奇怪的颜色。

Please sign in to comment.