diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs index 72dc73134c..18992c1af7 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/fill.cljs @@ -91,7 +91,8 @@ on-change (fn [index] (fn [color] - (st/emit! (dc/change-fill ids color index)))) + (let [color (select-keys color ctc/color-attrs)] + (st/emit! (dc/change-fill ids color index))))) on-reorder (fn [new-index]