mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
style(button): modify the text suspension bgColor (#51187)
This commit is contained in:
parent
3ff8b4b44b
commit
a15d9a3e4b
@ -283,7 +283,7 @@ export const prepareComponentToken: GetDefaultToken<'Button'> = (token) => {
|
|||||||
textTextColor: token.colorText,
|
textTextColor: token.colorText,
|
||||||
textTextHoverColor: token.colorText,
|
textTextHoverColor: token.colorText,
|
||||||
textTextActiveColor: token.colorText,
|
textTextActiveColor: token.colorText,
|
||||||
textHoverBg: token.colorBgTextHover,
|
textHoverBg: token.colorFillTertiary,
|
||||||
defaultColor: token.colorText,
|
defaultColor: token.colorText,
|
||||||
defaultBg: token.colorBgContainer,
|
defaultBg: token.colorBgContainer,
|
||||||
defaultBorderColor: token.colorBorder,
|
defaultBorderColor: token.colorBorder,
|
||||||
|
Loading…
Reference in New Issue
Block a user