Skip to content

Commit

Permalink
feat(data): fixing table label colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 11, 2024
1 parent 384774d commit 25b4b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/components/table.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
"type": "color"
},
"label-activated": {
"value": "{modes.color.generic.content.standard.extreme}",
"value": "{modes.color.generic.content.inverse.extreme}",
"type": "color"
},
"label-active": {
"value": "{modes.color.generic.content.standard.extreme}",
"value": "{modes.color.generic.content.inverse.extreme}",
"type": "color"
},
"label-default": {
Expand Down

0 comments on commit 25b4b0e

Please sign in to comment.