Change primary text color button to colorPrimary instead of colorLink

Signed-off-by: Sagie501 <Sagie012@gmail.com>
This commit is contained in:
Sagie501 2025-01-19 12:41:24 +02:00 committed by GitHub
parent 60613bafe9
commit f9d3e8af17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -479,7 +479,7 @@ const genPrimaryButtonStyle: GenerateStyle<ButtonToken, CSSObject> = (token) =>
...genTextLinkButtonStyle(
token,
token.colorLink,
token.colorPrimary,
'text',
{
color: token.colorPrimaryTextHover,