From a4562c11e2ca0891cacc777a2ac1a6eba24a3fdf Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Jun 2016 18:47:43 +0300 Subject: [PATCH] Fix default color on fill options. --- src/uxbox/main/ui/workspace/sidebar/options/fill.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uxbox/main/ui/workspace/sidebar/options/fill.cljs b/src/uxbox/main/ui/workspace/sidebar/options/fill.cljs index 7db89554f..dd158b2ed 100644 --- a/src/uxbox/main/ui/workspace/sidebar/options/fill.cljs +++ b/src/uxbox/main/ui/workspace/sidebar/options/fill.cljs @@ -53,10 +53,10 @@ [:span "Color"] [:div.row-flex.color-data [:span.color-th - {:style {:background-color (:fill shape)} + {:style {:background-color (:fill shape "#000000")} :on-click show-color-picker}] [:div.color-info - [:span (:fill shape)]]] + [:span (:fill shape "#000000")]]] [:div.row-flex [:input.input-text