Skip to content

Commit

Permalink
feat(frozen): Add modes.color.interactive.primary.frozen.nav.label-ho…
Browse files Browse the repository at this point in the history
…ver. Update value of frozenproduct nav.color.item.label-hover.
  • Loading branch information
clairedenning committed Dec 5, 2024
1 parent 52b399b commit ad86455
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
"type": "color"
},
"label-hover": {
"value": "{modes.color.interactive.monochrome.frozen.withHover}",
"value": "{modes.color.interactive.primary.frozen.nav.label-hover}",
"type": "color"
}
}
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,10 @@
"hover": {
"value": "{primitives.colors.frozenJade}",
"type": "color"
},
"label-hover": {
"value": "{primitives.colors.white}",
"type": "color"
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,10 @@
"hover": {
"value": "{primitives.colors.frozenJade}",
"type": "color"
},
"label-hover": {
"value": "{primitives.colors.white}",
"type": "color"
}
}
}
Expand Down

0 comments on commit ad86455

Please sign in to comment.