Skip to content

Commit

Permalink
feat(frozen): Update values of modes.color.interactive.frozen.nav hov…
Browse files Browse the repository at this point in the history
…er and label-hover.
  • Loading branch information
clairedenning committed Jan 6, 2025
1 parent 8122793 commit 035cd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -973,11 +973,11 @@
},
"nav": {
"hover": {
"value": "{modes.color.interactive.monochrome.generic.withHover}",
"value": "{primitives.colors.frozenJade}",
"type": "color"
},
"label-hover": {
"value": "{modes.color.interactive.monochrome.generic.withHover}",
"value": "{modes.color.interactive.monochrome.frozen.withHover}",
"type": "color"
}
},
Expand Down
4 changes: 2 additions & 2 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,11 @@
},
"nav": {
"hover": {
"value": "{modes.color.custom.frozen}",
"value": "{modes.color.interactive.monochrome.generic.hoverAlt}",
"type": "color"
},
"label-hover": {
"value": "{primitives.colors.white}",
"value": "{modes.color.interactive.monochrome.generic.withHover}",
"type": "color"
}
},
Expand Down

0 comments on commit 035cd22

Please sign in to comment.