Skip to content

Commit

Permalink
feat(data): Updated design tokens (#75)
Browse files Browse the repository at this point in the history
feat(data): Updated action.navigation to include 500, 600, 700 saturated colours
  • Loading branch information
github-actions[bot] authored Aug 25, 2021
1 parent 809dc78 commit 4b6bf2a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,15 @@
"type": "color"
},
"500": {
"value": "#585858",
"value": "#00815D",
"type": "color"
},
"600": {
"value": "#2E2E2E",
"value": "#006046",
"type": "color"
},
"700": {
"value": "#252525",
"value": "#00402e",
"type": "color"
},
"800": {
Expand Down Expand Up @@ -2318,6 +2318,20 @@
"value": "#E6F2ED",
"type": "color"
}
},
"navigation": {
"500": {
"value": "#008146",
"type": "color"
},
"600": {
"value": "#006738",
"type": "color"
},
"700": {
"value": "#004D2A",
"type": "color"
}
}
}
}
Expand Down Expand Up @@ -3293,15 +3307,15 @@
"type": "color"
},
"500": {
"value": "#EAEAEA",
"value": "#339a6b",
"type": "color"
},
"600": {
"value": "#F5F5F5",
"value": "#66b390",
"type": "color"
},
"700": {
"value": "#F5F5F5",
"value": "#99cdb5",
"type": "color"
},
"800": {
Expand Down Expand Up @@ -3332,20 +3346,6 @@
"value": "#121212",
"type": "color"
}
},
"major": {
"500": {
"value": "#339a6b",
"type": "color"
},
"600": {
"value": "#66b390",
"type": "color"
},
"700": {
"value": "#99cdb5",
"type": "color"
}
}
}
}
Expand Down

0 comments on commit 4b6bf2a

Please sign in to comment.