Skip to content

Commit 6c016d1

Browse files
committed
fix(design-tokens): Changes to Design Tokens
Modified tokens: . semantic.action.textColor.secondary . semantic.action.borderColor.error # Figma User: Jason Santos
1 parent 1928f04 commit 6c016d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/foundations",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "",
55
"main": "index.js",
66
"exports": {

packages/foundations/tokens.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"key": "--semantic-action-text-color-secondary",
129129
"type": "textColor",
130130
"description": "",
131-
"value": "{--brand-color-primary-500}"
131+
"value": "{--brand-color-neutral-100}"
132132
},
133133
{
134134
"name": "semantic.action.textColor.default",
@@ -163,7 +163,7 @@
163163
"key": "--semantic-action-border-color-error",
164164
"type": "borderColor",
165165
"description": "",
166-
"value": "rgba(255, 77, 77, 1.00)"
166+
"value": "{--brand-color-error-700}"
167167
},
168168
{
169169
"name": "semantic.action.borderColor.secondary",

0 commit comments

Comments
 (0)