From f9d3e8af17ded86fec1af0a2fa560d58ab62ddef Mon Sep 17 00:00:00 2001 From: Sagie501 Date: Sun, 19 Jan 2025 12:41:24 +0200 Subject: [PATCH] Change primary text color button to colorPrimary instead of colorLink Signed-off-by: Sagie501 --- components/button/style/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,