diff --git a/frontend/src/uxbox/main/ui/shapes/text.cljs b/frontend/src/uxbox/main/ui/shapes/text.cljs index bc7ae4547..ca1c4e2c3 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