diff --git a/src/uxbox/main/ui/workspace/sidebar/options/stroke.cljs b/src/uxbox/main/ui/workspace/sidebar/options/stroke.cljs index 702d9c553..2cc2d5f9d 100644 --- a/src/uxbox/main/ui/workspace/sidebar/options/stroke.cljs +++ b/src/uxbox/main/ui/workspace/sidebar/options/stroke.cljs @@ -75,10 +75,10 @@ [:span "Color"] [:div.row-flex.color-data [:span.color-th - {:style {:background-color (:stroke shape)} + {:style {:background-color (:stroke shape "#000000")} :on-click show-color-picker}] [:div.color-info - [:span (:stroke shape)]]] + [:span (:stroke shape "#000000")]]] [:span "Opacity"] [:div.row-flex