diff --git a/components/button/style/index.ts b/components/button/style/index.ts index 3260e5f7f9..f26a1d13d3 100644 --- a/components/button/style/index.ts +++ b/components/button/style/index.ts @@ -479,7 +479,7 @@ const genPrimaryButtonStyle: GenerateStyle = (token) => ...genTextLinkButtonStyle( token, - token.colorLink, + token.colorPrimary, 'text', { color: token.colorPrimaryTextHover,