File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/core-design-system/design-tokens Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1512315123 "dialog.footer.py": "62fc038a885b1f41712b80f0e2de8a5f11474a0d",
1512415124 "dialog.border": "68a6274075e891631508c1eddc559d5624f4bcf5",
1512515125 "dialog.radius": "d62efd03278832e19e21fd585fdaa1a349e49cda",
15126+ "dialog.safezone": "88965332f607393eff7da57a6373c4d4d356e90c",
1512615127 "input.size.sm": "edf74ccf6b9a46893ee8f8e5795b3f159c377ecd",
1512715128 "input.size.default": "4a95892360734e5c46645204d2e2aec45eb2eeab",
1512815129 "input.radius": "5aa981e02cf0c544fba6bbb492d41ec5c76e2160",
Original file line number Diff line number Diff line change 3333 "radius" : {
3434 "$type" : " borderRadius" ,
3535 "$value" : " {rounded.4}"
36+ },
37+ "safezone" : {
38+ "$type" : " spacing" ,
39+ "$value" : " {spacing.10}"
3640 }
3741 }
3842}
Original file line number Diff line number Diff line change 300300 },
301301 "bg" : {
302302 "$type" : " color" ,
303- "$value" : " {chrome.50 }" ,
303+ "$value" : " {chrome.100 }" ,
304304 "$description" : " Background color for subdued gray surfaces."
305305 },
306306 "bg-hover" : {
307307 "$type" : " color" ,
308- "$value" : " {chrome.100 }" ,
308+ "$value" : " {chrome.150 }" ,
309309 "$description" : " Hover state background color for interactive soft gray surfaces."
310310 },
311311 "bg-selected" : {
312312 "$type" : " color" ,
313- "$value" : " {chrome.100 }" ,
313+ "$value" : " {chrome.150 }" ,
314314 "$description" : " Selected state background color for active soft gray items."
315315 }
316316 },
You can’t perform that action at this time.
0 commit comments