mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-22 08:53:29 +08:00
Change primary text color button to colorPrimary instead of colorLink
Signed-off-by: Sagie501 <Sagie012@gmail.com>
This commit is contained in:
parent
60613bafe9
commit
f9d3e8af17
@ -479,7 +479,7 @@ const genPrimaryButtonStyle: GenerateStyle<ButtonToken, CSSObject> = (token) =>
|
||||
|
||||
...genTextLinkButtonStyle(
|
||||
token,
|
||||
token.colorLink,
|
||||
token.colorPrimary,
|
||||
'text',
|
||||
{
|
||||
color: token.colorPrimaryTextHover,
|
||||
|
Loading…
Reference in New Issue
Block a user