mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 22:08:27 +00:00
Minor fix on colorpalette.
This commit is contained in:
@@ -77,11 +77,11 @@
|
||||
(st/emit! (dw/toggle-flag :colorpalette)))]
|
||||
[:div.color-palette
|
||||
[:div.color-palette-actions
|
||||
[:select.input-select {:on-change select-collection}
|
||||
[:select.input-select {:on-change select-collection
|
||||
:value (pr-str selected-coll)}
|
||||
(for [collection collections]
|
||||
[:option {:key (str (:id collection))
|
||||
:value (pr-str (:id collection))
|
||||
:selected (when (= collection selected-coll) "selected")}
|
||||
:value (pr-str (:id collection))}
|
||||
(:name collection)])]
|
||||
#_[:div.color-palette-buttons
|
||||
[:div.btn-palette.edit.current i/pencil]
|
||||
|
||||
Reference in New Issue
Block a user