diff --git a/components/badge/style/index.ts b/components/badge/style/index.ts index 3d8468c5f9d3..9f8f5cbe5114 100644 --- a/components/badge/style/index.ts +++ b/components/badge/style/index.ts @@ -121,6 +121,9 @@ const genSharedBadgeStyle: GenerateStyle = (token) => { [`&:not(${componentCls}-count)`]: { color: darkColor, }, + 'a:hover &': { + background: darkColor, + }, }, }));