diff --git a/components/button/style/token.ts b/components/button/style/token.ts index f570dc1e87..3a88d8a58b 100644 --- a/components/button/style/token.ts +++ b/components/button/style/token.ts @@ -283,7 +283,7 @@ export const prepareComponentToken: GetDefaultToken<'Button'> = (token) => { textTextColor: token.colorText, textTextHoverColor: token.colorText, textTextActiveColor: token.colorText, - textHoverBg: token.colorBgTextHover, + textHoverBg: token.colorFillTertiary, defaultColor: token.colorText, defaultBg: token.colorBgContainer, defaultBorderColor: token.colorBorder,