Skip to content

Commit a7ebb30

Browse files
svc-instuiadamlobler
authored andcommitted
chore: fix treebrowser borderradius
1 parent 6ac2e78 commit a7ebb30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"type": "sizing"
105105
},
106106
"marginVertical": {
107-
"value": "0",
107+
"value": "0rem",
108108
"type": "sizing",
109109
"description": "code only token"
110110
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"treeBrowser": {
33
"borderRadius": {
4-
"value": "0.375rem",
4+
"value": "{borderRadius.md}",
55
"type": "borderRadius"
66
}
77
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"type": "sizing"
106106
},
107107
"marginVertical": {
108-
"value": "0",
108+
"value": "0rem",
109109
"type": "sizing",
110110
"description": "code only token"
111111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"treeBrowser": {
33
"borderRadius": {
4-
"value": "0.375rem",
4+
"value": "{borderRadius.md}",
55
"type": "borderRadius"
66
}
77
},

0 commit comments

Comments
 (0)