Skip to content

Commit

Permalink
new tokens for link inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannuar committed Oct 1, 2024
1 parent 475a246 commit 556830c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tokens/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,14 @@
"hover": {
"value": "{color.link-hover}",
"type": "color"
},
"inverse": {
"value": "{color.text.white}",
"type": "color"
},
"inverse-hover": {
"value": "{color.primary.lighter}",
"type": "color"
}
},
"body": {
Expand Down

0 comments on commit 556830c

Please sign in to comment.