Skip to content

Commit 38ed67c

Browse files
svc-instuihajnaldo
authored andcommitted
chore: secondary action colors for tags
1 parent 4838a7b commit 38ed67c

File tree

2 files changed

+12
-12
lines changed
  • packages/ui-scripts/lib/build/tokensStudio

2 files changed

+12
-12
lines changed

packages/ui-scripts/lib/build/tokensStudio/canvas/component/Tag.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"tag": {
33
"defaultBackground": {
4-
"value": "{color.background.muted}",
4+
"value": "{color.background.interactive.action.secondary.base}",
55
"type": "color"
66
},
77
"defaultBackgroundHover": {
8-
"value": "{color.background.mutedHover}",
8+
"value": "{color.background.interactive.action.secondary.hover}",
99
"type": "color"
1010
},
1111
"defaultBorderColor": {
12-
"value": "{color.stroke.container.base}",
12+
"value": "{color.stroke.interactive.action.secondary.base}",
1313
"type": "color"
1414
},
1515
"defaultBorderRadius": {
@@ -73,15 +73,15 @@
7373
"type": "spacing"
7474
},
7575
"inlineBackground": {
76-
"value": "{color.background.base}",
76+
"value": "{color.background.interactive.action.secondary.base}",
7777
"type": "color"
7878
},
7979
"inlineBackgroundHover": {
80-
"value": "{color.background.muted}",
80+
"value": "{color.background.interactive.action.secondary.hover}",
8181
"type": "color"
8282
},
8383
"inlineBorderColor": {
84-
"value": "{color.stroke.strong}",
84+
"value": "{color.stroke.interactive.action.secondary.base}",
8585
"type": "color"
8686
},
8787
"inlineBorderRadius": {

packages/ui-scripts/lib/build/tokensStudio/rebrand/component/Tag.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"tag": {
33
"defaultBackground": {
4-
"value": "{color.background.muted}",
4+
"value": "{color.background.interactive.action.secondary.base}",
55
"type": "color"
66
},
77
"defaultBackgroundHover": {
8-
"value": "{color.background.mutedHover}",
8+
"value": "{color.background.interactive.action.secondary.hover}",
99
"type": "color"
1010
},
1111
"defaultBorderColor": {
12-
"value": "{color.stroke.container.base}",
12+
"value": "{color.stroke.interactive.action.secondary.base}",
1313
"type": "color"
1414
},
1515
"defaultBorderRadius": {
@@ -73,15 +73,15 @@
7373
"type": "spacing"
7474
},
7575
"inlineBackground": {
76-
"value": "{color.background.base}",
76+
"value": "{color.background.interactive.action.secondary.base}",
7777
"type": "color"
7878
},
7979
"inlineBackgroundHover": {
80-
"value": "{color.background.muted}",
80+
"value": "{color.background.interactive.action.secondary.hover}",
8181
"type": "color"
8282
},
8383
"inlineBorderColor": {
84-
"value": "{color.stroke.strong}",
84+
"value": "{color.background.interactive.action.secondary.base}",
8585
"type": "color"
8686
},
8787
"inlineBorderRadius": {

0 commit comments

Comments
 (0)