mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
Minor fix on colorpalette.
This commit is contained in:
parent
137af0e14d
commit
32ec7a0634
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue