Skip to content

Commit

Permalink
fix(design-tokens): Changes to Design Tokens
Browse files Browse the repository at this point in the history
Modified tokens:
. semantic.action.textColor.secondary
. semantic.action.borderColor.error

# Figma User: Jason Santos
  • Loading branch information
jasonsantos committed Oct 9, 2024
1 parent 1928f04 commit 6c016d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/foundations",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundations/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"key": "--semantic-action-text-color-secondary",
"type": "textColor",
"description": "",
"value": "{--brand-color-primary-500}"
"value": "{--brand-color-neutral-100}"
},
{
"name": "semantic.action.textColor.default",
Expand Down Expand Up @@ -163,7 +163,7 @@
"key": "--semantic-action-border-color-error",
"type": "borderColor",
"description": "",
"value": "rgba(255, 77, 77, 1.00)"
"value": "{--brand-color-error-700}"
},
{
"name": "semantic.action.borderColor.secondary",
Expand Down

0 comments on commit 6c016d1

Please sign in to comment.