Skip to content

Commit

Permalink
fix: consistent with the tag component, the processing state uses col…
Browse files Browse the repository at this point in the history
…orInfo token. (#47695)

Signed-off-by: pfdgithub <pfdgithub@users.noreply.github.com>
  • Loading branch information
pfdgithub committed Mar 5, 2024
1 parent 6fe83ec commit 536f296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/badge/style/index.ts
Expand Up @@ -218,8 +218,8 @@ const genSharedBadgeStyle: GenerateStyle<BadgeToken> = (token) => {
},
[`${componentCls}-status-processing`]: {
overflow: 'visible',
color: token.colorPrimary,
backgroundColor: token.colorPrimary,
color: token.colorInfo,
backgroundColor: token.colorInfo,

'&::after': {
position: 'absolute',
Expand Down

0 comments on commit 536f296

Please sign in to comment.