Skip to content

Commit 0b41f83

Browse files
committed
[create-pull-request] automated change
1 parent 5f67e9c commit 0b41f83

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

packages/tokens/src/color-component.json

+14-4
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,19 @@
375375
},
376376
"popover-border-color": {
377377
"component": "popover",
378-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
379-
"value": "{gray-200}",
380-
"uuid": "66da6f53-5446-43c1-bbe0-73b46763fde1"
378+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
379+
"sets": {
380+
"light": {
381+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
382+
"value": "{transparent-white-25}",
383+
"uuid": "66da6f53-5446-43c1-bbe0-73b46763fde1"
384+
},
385+
"dark": {
386+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
387+
"value": "{gray-400}",
388+
"uuid": "825dc035-7b1c-4ddd-b1a9-be1546dae7e3"
389+
}
390+
}
381391
},
382392
"popover-border-opacity": {
383393
"component": "popover",
@@ -484,4 +494,4 @@
484494
"value": "0.1",
485495
"uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
486496
}
487-
}
497+
}

0 commit comments

Comments
 (0)