Skip to content

Commit

Permalink
Small token updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Apr 17, 2024
1 parent 954df2a commit 80a7883
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/tokens/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1341,12 +1341,13 @@
"type": "color"
},
"body-lighter": {
"value": "{color.EmulsifyBlue.800}",
"value": "{color.primary.darker}",
"type": "color"
},
"heading": {
"value": "{color.primary.dark}",
"type": "color"
"value": "{color.primary.darker}",
"type": "color",
"description": "{color.primary.dark}"
},
"white": {
"value": "{color.white}",
Expand All @@ -1360,7 +1361,7 @@
}
},
"link": {
"value": "{color.EmulsifyBlue.500}",
"value": "{color.EmulsifyBlue.600}",
"type": "color"
},
"link-hover": {
Expand Down

0 comments on commit 80a7883

Please sign in to comment.