Skip to content

Commit

Permalink
fix(color tokens): fix errors in schema (#8446)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

Found a few extra errors in the token schema.
  • Loading branch information
alisonailea authored Dec 18, 2023
1 parent ff19630 commit f36a90e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/calcite-design-tokens/src/semantic/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"component": "",
"element": "",
"category": "color",
"pattern": "foreground",
"group": "foreground",
"kind": "",
"appearance": "",
"property": "",
Expand Down Expand Up @@ -316,8 +316,8 @@
"pattern": "",
"element": "",
"category": "color",
"sub-category": "",
"kind": "brand",
"group": "brand",
"kind": "",
"appearance": "",
"property": "",
"variant": "",
Expand Down Expand Up @@ -428,7 +428,7 @@
"pattern": "",
"element": "",
"category": "color",
"sub-category": "status",
"group": "status",
"kind": "info",
"appearance": "",
"property": "",
Expand All @@ -455,7 +455,7 @@
"pattern": "",
"element": "",
"category": "color",
"sub-category": "status",
"group": "status",
"kind": "info",
"appearance": "",
"property": "",
Expand Down

0 comments on commit f36a90e

Please sign in to comment.