Skip to content

Commit be75bda

Browse files
authored
Editing tokens (harness#1613)
* added dialog safezone * color update
1 parent 271b8d5 commit be75bda

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/core-design-system/design-tokens/$themes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15123,6 +15123,7 @@
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",

packages/core-design-system/design-tokens/components/desktop/base/dialog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"radius": {
3434
"$type": "borderRadius",
3535
"$value": "{rounded.4}"
36+
},
37+
"safezone": {
38+
"$type": "spacing",
39+
"$value": "{spacing.10}"
3640
}
3741
}
3842
}

packages/core-design-system/design-tokens/mode/light/default.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,17 @@
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
},

0 commit comments

Comments
 (0)