Merge pull request #5550 from penpot/eva-token-merge-regresion

🐛 Fix regresion on icon* id because of token merge
This commit is contained in:
Andrey Antukh 2025-01-10 14:35:20 +01:00 committed by GitHub
commit 1e5af82e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 13 deletions

View file

@ -38,7 +38,7 @@
props (mf/spread-props props {:class class})]
[:> "aside" props
[:*
[:> i/icon* {:id icon-id :class (stl/css :icon)}]
[:> i/icon* {:icon-id icon-id :class (stl/css :icon)}]
children
;; TODO: this should be a buttom from the DS, but this variant is not designed yet.
;; https://tree.taiga.io/project/penpot/task/8492