Skip to content

Commit

Permalink
fix(classic): update tier 1 tokens to correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed May 16, 2024
1 parent 671617c commit 3be1f81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/color/brand.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,16 +757,16 @@
},
"300": {
"value": "#f9ce06",
"comment": "This or 400 is wrong",
"comment": "",
"public": true,
"neutral": true,
"usage": "",
"wcag": "n/a",
"deprecated": false
},
"400": {
"value": "#f9ce06",
"comment": "This or 300 is wrong",
"value": "#d6b622",
"comment": "",
"public": true,
"neutral": true,
"usage": "",
Expand Down Expand Up @@ -986,16 +986,16 @@
},
"800": {
"value": "#a03b50",
"comment": "This or 900 is wrong",
"comment": "",
"public": true,
"neutral": true,
"usage": "",
"wcag": "n/a",
"deprecated": false
},
"900": {
"value": "#a03b50",
"comment": "This or 800 is wrong",
"value": "#833142",
"comment": "",
"public": true,
"neutral": true,
"usage": "",
Expand Down

0 comments on commit 3be1f81

Please sign in to comment.