Skip to content

Commit

Permalink
Merge pull request #848 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
improve(design): Tooltip closeIcon color
  • Loading branch information
dengfuping authored Nov 20, 2024
2 parents 93aa92e + 695de5b commit 32f4371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/design/src/tooltip/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const genTooltipStyle: GenerateStyle<TooltipToken> = (token: TooltipToken
wordBreak: 'break-all',
[`${componentCls}-close-icon`]: {
cursor: 'pointer',
color: token.colorIcon,
'&:hover': {
color: token.colorIconHover,
},
},
},
},
Expand Down

0 comments on commit 32f4371

Please sign in to comment.