mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 22:36:10 +02:00
Merge pull request #5550 from penpot/eva-token-merge-regresion
🐛 Fix regresion on icon* id because of token merge
This commit is contained in:
commit
1e5af82e03
7 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue