Skip to content

Commit

Permalink
feat(light and dark modes): Rename frozen tokens to match across modes.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Dec 9, 2024
1 parent 90d951a commit 2c5be9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@
"modes.color.status.reviews.frozen.hover": "1e0ae01e18e2348df26bea4b5cee1d8d94072de8",
"modes.color.modifier.contrastLess": "7aca5a3b336cadb2696c48c5f7f69563fe0edd59",
"modes.color.modifier.contrastMore": "0088135ec931a1927de7ec7cc9c3b743cfdfe568",
"modes.color.status.neutral.frozen.bg-default": "d5f7f83547b53298d33a5bfa88c009d0259a6a3d",
"modes.color.status.neutral.frozen.bg-default-copy": "8967f534157460f602e1962f904872ee631c18a4"
"modes.color.status.neutral.frozen.default": "d5f7f83547b53298d33a5bfa88c009d0259a6a3d",
"modes.color.status.neutral.frozen.hover": "8967f534157460f602e1962f904872ee631c18a4"
},
"group": "Mode"
},
Expand Down
4 changes: 2 additions & 2 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
"description": "used on pill hover states and message bg"
},
"frozen": {
"bg-default": {
"default": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
Expand All @@ -1285,7 +1285,7 @@
}
}
},
"bg-default-copy": {
"hover": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
Expand Down

0 comments on commit 2c5be9f

Please sign in to comment.