From a15d9a3e4be233d5921969786b81c0051a007ecc Mon Sep 17 00:00:00 2001 From: ice <49827327+coding-ice@users.noreply.github.com> Date: Sun, 13 Oct 2024 13:15:46 +0800 Subject: [PATCH] style(button): modify the text suspension bgColor (#51187) --- components/button/style/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,