mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:56:37 +02:00
🎉 Add id to token theme (#6044)
* 🎉 Add id to token theme * 📎 Fix tests * 📎 Fixes from review
This commit is contained in:
parent
46c89a1bcf
commit
0c3fd8a6d9
5 changed files with 35 additions and 4 deletions
|
@ -1748,6 +1748,7 @@
|
|||
"~:group": "Core",
|
||||
"~:description": null,
|
||||
"~:is-source": false,
|
||||
"~:id": "core-light",
|
||||
"~:modified-at": "~m1737542746842",
|
||||
"~:sets": {
|
||||
"~#set": ["LightDark/light", "theme", "core"]
|
||||
|
@ -1763,6 +1764,7 @@
|
|||
"~:group": "Core",
|
||||
"~:description": null,
|
||||
"~:is-source": false,
|
||||
"~:id": "core-dark",
|
||||
"~:modified-at": "~m1737542746842",
|
||||
"~:sets": {
|
||||
"~#set": ["LightDark/dark", "theme", "core"]
|
||||
|
@ -1785,6 +1787,7 @@
|
|||
"~:group": "",
|
||||
"~:description": null,
|
||||
"~:is-source": false,
|
||||
"~:id": "hidden-theme",
|
||||
"~:modified-at": "~m1737542683555",
|
||||
"~:sets": {
|
||||
"~#set": ["LightDark/light", "theme", "core"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue