diff --git a/src/uxbox/ui/workspace/sidebar/options.cljs b/src/uxbox/ui/workspace/sidebar/options.cljs index 206e2545f5..c0b6c5a2c2 100644 --- a/src/uxbox/ui/workspace/sidebar/options.cljs +++ b/src/uxbox/ui/workspace/sidebar/options.cljs @@ -145,12 +145,12 @@ {:placeholder "RGB" :type "text"}]] + (recent-colors shape #(change-stroke {:color %})) + [:span "Color options"] [:div.row-flex - [:span.color-th.palette-th i/picker] - [:span.color-th.palette-th i/palette]] - - (recent-colors shape #(change-stroke {:color %}))]] + [:span.color-th.palette-th i/picker] + [:span.color-th.palette-th i/palette]]]] ;; SLIDEBAR FOR ROTATION AND OPACITY [:span "Opacity"]