From 536f296d114a2bbf74a737794d1beda8b85627ff Mon Sep 17 00:00:00 2001 From: pfdgithub Date: Tue, 5 Mar 2024 10:15:13 +0800 Subject: [PATCH] fix: consistent with the tag component, the processing state uses colorInfo token. (#47695) Signed-off-by: pfdgithub --- components/badge/style/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/badge/style/index.ts b/components/badge/style/index.ts index f35313711e16..3d8468c5f9d3 100644 --- a/components/badge/style/index.ts +++ b/components/badge/style/index.ts @@ -218,8 +218,8 @@ const genSharedBadgeStyle: GenerateStyle = (token) => { }, [`${componentCls}-status-processing`]: { overflow: 'visible', - color: token.colorPrimary, - backgroundColor: token.colorPrimary, + color: token.colorInfo, + backgroundColor: token.colorInfo, '&::after': { position: 'absolute',