Skip to content

Commit d3c79bb

Browse files
border-color
1 parent 1badd08 commit d3c79bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/start-design-tokens/figma/start.tokens.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5029,6 +5029,10 @@
50295029
"$type": "color",
50305030
"$value": "{basis.color.default.bg-document}"
50315031
},
5032+
"border-color": {
5033+
"$type": "color",
5034+
"$value": "{basis.color.transparent}"
5035+
},
50325036
"day": {
50335037
"background-color": {
50345038
"$type": "color",
@@ -5574,6 +5578,14 @@
55745578
"$type": "dimension",
55755579
"$value": "{basis.space.inline.md}"
55765580
}
5581+
},
5582+
"width": {
5583+
"$type": "dimension",
5584+
"$value": "20rem"
5585+
},
5586+
"border-radius": {
5587+
"$type": "dimension",
5588+
"$value": "{basis.border-radius.md}"
55775589
}
55785590
}
55795591
}

0 commit comments

Comments
 (0)