Skip to content

Commit d06b752

Browse files
committed
chore: fix contextview tokens
1 parent fae0525 commit d06b752

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "color"
1818
},
1919
"arrowBorderColor": {
20-
"value": "{color.stroke.base}",
20+
"value": "{color.stroke.muted}",
2121
"type": "color"
2222
},
2323
"arrowBorderColorInverse": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"type": "color"
1414
},
1515
"borderColorPrimary": {
16-
"value": "{color.stroke.base}",
16+
"value": "{color.stroke.muted}",
1717
"type": "color"
1818
},
1919
"borderColorSecondary": {
20-
"value": "{color.stroke.muted}",
20+
"value": "{color.stroke.base}",
2121
"type": "color"
2222
},
2323
"borderColorSuccess": {
@@ -53,7 +53,7 @@
5353
"type": "color"
5454
},
5555
"backgroundPrimary": {
56-
"value": "{color.background.base}",
56+
"value": "{color.background.elevatedSurface.base}",
5757
"type": "color"
5858
},
5959
"backgroundSecondary": {

packages/ui-scripts/lib/build/tokensStudio/canvas/semantic/color/canvas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"type": "color"
383383
},
384384
"muted": {
385-
"value": "{color.grey.grey20}",
385+
"value": "{color.grey.grey30}",
386386
"type": "color"
387387
},
388388
"strong": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "color"
1818
},
1919
"arrowBorderColor": {
20-
"value": "{color.stroke.base}",
20+
"value": "{color.stroke.muted}",
2121
"type": "color"
2222
},
2323
"arrowBorderColorInverse": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"type": "color"
1414
},
1515
"borderColorPrimary": {
16-
"value": "{color.stroke.base}",
16+
"value": "{color.stroke.muted}",
1717
"type": "color"
1818
},
1919
"borderColorSecondary": {
20-
"value": "{color.stroke.muted}",
20+
"value": "{color.stroke.base}",
2121
"type": "color"
2222
},
2323
"borderColorSuccess": {
@@ -53,7 +53,7 @@
5353
"type": "color"
5454
},
5555
"backgroundPrimary": {
56-
"value": "{color.background.base}",
56+
"value": "{color.background.elevatedSurface.base}",
5757
"type": "color"
5858
},
5959
"backgroundSecondary": {

0 commit comments

Comments
 (0)