🐛 Fix regresion on icon* id because of token merge

This commit is contained in:
Eva Marco 2025-01-10 14:01:01 +01:00
parent decec5d152
commit 0d9db14293
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