Skip to content

Commit

Permalink
feat(data): fixing some link inverse colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Aug 22, 2024
1 parent a61af39 commit 01edaf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/tokens/components/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"inverse": {
"typical": {
"label-default": {
"value": "{modes.color.interactive.primary.standard.defaultAlt}",
"value": "{modes.color.interactive.primary.inverse.defaultAlt}",
"type": "color"
},
"label-hover": {
"value": "{modes.color.interactive.primary.standard.hoverAlt}",
"value": "{modes.color.interactive.primary.inverse.hoverAlt}",
"type": "color"
}
},
"subtle": {
"label-default": {
"value": "{modes.color.interactive.monochrome.standard.default}",
"value": "{modes.color.interactive.monochrome.inverse.default}",
"type": "color"
},
"label-hover": {
"value": "{modes.color.interactive.monochrome.standard.active}",
"value": "{modes.color.interactive.monochrome.inverse.active}",
"type": "color"
}
},
"destructive": {
"label-default": {
"value": "{modes.color.interactive.danger.standard.defaultAlt}",
"value": "{modes.color.interactive.danger.inverse.defaultAlt}",
"type": "color"
},
"label-hover": {
"value": "{modes.color.interactive.danger.standard.hoverAlt2}",
"value": "{modes.color.interactive.danger.inverse.hoverAlt2}",
"type": "color"
}
}
Expand Down

0 comments on commit 01edaf5

Please sign in to comment.