From d8b21aa3500fabb160c567baf1836856d18f9824 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 8 Mar 2017 19:58:36 +0100 Subject: [PATCH] Fix the text opacity handling. Fixes #74 --- frontend/src/uxbox/main/ui/shapes/text.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/shapes/text.cljs b/frontend/src/uxbox/main/ui/shapes/text.cljs index bc7ae45473..ca1c4e2c37 100644 --- a/frontend/src/uxbox/main/ui/shapes/text.cljs +++ b/frontend/src/uxbox/main/ui/shapes/text.cljs @@ -92,7 +92,7 @@ (color/rgb->str))] (merge {:fontSize (str font-size "px") - :color fill-color + :color color :whiteSpace "pre-wrap" :textAlign text-align :fontFamily font-family