diff --git a/components/badge/style/index.ts b/components/badge/style/index.ts index 32b2bee9da..ab785e6647 100644 --- a/components/badge/style/index.ts +++ b/components/badge/style/index.ts @@ -225,6 +225,7 @@ const genSharedBadgeStyle: GenerateStyle = (token) => { overflow: 'visible', color: token.colorInfo, backgroundColor: token.colorInfo, + borderColor: 'currentcolor', '&::after': { position: 'absolute',