We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1badd08 commit d3c79bbCopy full SHA for d3c79bb
packages/start-design-tokens/figma/start.tokens.json
@@ -5029,6 +5029,10 @@
5029
"$type": "color",
5030
"$value": "{basis.color.default.bg-document}"
5031
},
5032
+ "border-color": {
5033
+ "$type": "color",
5034
+ "$value": "{basis.color.transparent}"
5035
+ },
5036
"day": {
5037
"background-color": {
5038
@@ -5574,6 +5578,14 @@
5574
5578
"$type": "dimension",
5575
5579
"$value": "{basis.space.inline.md}"
5576
5580
}
5581
5582
+ "width": {
5583
+ "$type": "dimension",
5584
+ "$value": "20rem"
5585
5586
+ "border-radius": {
5587
5588
+ "$value": "{basis.border-radius.md}"
5577
5589
5590
5591
0 commit comments