From 1a51aaf8cfc86ccdaf6d1f443098c94e944d09ac Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 27 Sep 2016 10:51:02 +0300 Subject: [PATCH] Add missing default color on stroke options. --- src/uxbox/main/ui/workspace/sidebar/options/stroke.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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