Skip to content

Commit

Permalink
fix(table): Change values of table.color.header.harsh bg-alt, bg-defa…
Browse files Browse the repository at this point in the history
…ult, border-default.
  • Loading branch information
clairedenning committed Jan 30, 2025
1 parent 64190a2 commit 1d879d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tokens/components/table.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"harsh": {
"bg-alt": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.generic.defaultAlt}",
"$value": "{modes.color.interactive.monochrome.generic.default}",
"$description": "header alt"
},
"bg-default": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.generic.default}"
"$value": "{modes.color.interactive.monochrome.generic.defaultAlt}"
},
"bg-hover": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.generic.hover}"
},
"border-default": {
"$type": "color",
"$value": "{modes.color.interactive.monochrome.subtle.defaultAlt}"
"$value": "{modes.color.interactive.monochrome.generic.withDefault}"
},
"label-default": {
"$type": "color",
Expand Down

0 comments on commit 1d879d1

Please sign in to comment.