mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 16:47:44 +02:00
🐛 Fix small interface errors
This commit is contained in:
parent
dcd347ab4f
commit
617edd0fa8
42 changed files with 338 additions and 228 deletions
|
@ -205,7 +205,7 @@
|
|||
[:li
|
||||
{:key (str element-id "-" index)
|
||||
:class (stl/css-case :dropdown-element true
|
||||
:is-selected (= value current-value))
|
||||
:is-selected (= (dm/str value) current-value))
|
||||
:data-value value
|
||||
:on-click select-item}
|
||||
[:span {:class (stl/css :label)} label]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue