mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 15:07:22 +02:00
🐛 Fix icon* component prop
This commit is contained in:
parent
4bd1e32462
commit
5ee87018b9
19 changed files with 39 additions and 40 deletions
|
@ -215,7 +215,7 @@
|
|||
[:span {:class (stl/css-case :combobox-header true
|
||||
:header-icon (some? icon))}
|
||||
(when icon
|
||||
[:> icon* {:id icon
|
||||
[:> icon* {:icon-id icon
|
||||
:size "s"
|
||||
:aria-hidden true}])
|
||||
[:input {:type "text"
|
||||
|
@ -236,7 +236,7 @@
|
|||
:aria-controls listbox-id
|
||||
:class (stl/css :button-toggle-list)
|
||||
:on-click on-click}
|
||||
[:> icon* {:id i/arrow
|
||||
[:> icon* {:icon-id i/arrow
|
||||
:class (stl/css :arrow)
|
||||
:size "s"
|
||||
:aria-hidden true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue