Skip to content

Commit

Permalink
fix(color-picker): clear-trigger extends cursor prop from parent (ant…
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu authored Jan 19, 2024
1 parent 137518c commit e727b04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/color-picker/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const genClearStyle = (
borderRadius: borderRadiusSM,
border: `${unit(lineWidth)} solid ${colorSplit}`,
position: 'relative',
cursor: 'pointer',
overflow: 'hidden',
...extraStyle,
'&::after': {
Expand Down

0 comments on commit e727b04

Please sign in to comment.