Skip to content

Commit

Permalink
fix: Text Button tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto committed Sep 18, 2024
1 parent 5d3a503 commit dc3e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const genDefaultButtonStyle: GenerateStyle<ButtonToken, CSSObject> = (token) =>
),
...genTextLinkButtonStyle(
token,
token.colorLink,
token.textTextColor,
'link',
{
color: token.colorLinkHover,
Expand Down

0 comments on commit dc3e235

Please sign in to comment.