Skip to content

Commit

Permalink
feat(data): updating origin colors to be more accessible.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Feb 6, 2024
1 parent 0b4365f commit 0ac1716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tokens/origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"description": "Reference only. Do not use in components."
},
"blue": {
"value": "#0072C4",
"value": "#0072c4",
"type": "color"
},
"brightBlue": {
"value": "#008AEB",
"type": "color"
},
"green": {
"value": "#00821E",
"value": "#00821e",
"type": "color"
},
"brilliantGreen": {
Expand All @@ -28,7 +28,7 @@
"type": "color"
},
"orange": {
"value": "#BB4F00",
"value": "#BA4E00",
"type": "color",
"description": "was #E96400"
},
Expand Down

0 comments on commit 0ac1716

Please sign in to comment.