Skip to content

Commit

Permalink
feat(data): fixing broken theme tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 3, 2024
1 parent 918411d commit 036496d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"primary": {
"standard": {
"default": {
"value": "{origin.colors.jade}",
"value": "{primitives.colors.jade}",
"type": "color"
}
}
},
"monochrome": {
"standard": {
"active": {
"value": "{origin.colors.navy}",
"value": "{primitives.colors.navy}",
"type": "color"
}
}
Expand Down

0 comments on commit 036496d

Please sign in to comment.