From 27e9afa6a855cfeba52a05b436e523851eef4a79 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 4 Apr 2016 20:35:21 +0300 Subject: [PATCH] Improve grid styles. --- src/uxbox/ui/workspace/grid.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/ui/workspace/grid.cljs b/src/uxbox/ui/workspace/grid.cljs index 626345fdc..4ffc8c9a6 100644 --- a/src/uxbox/ui/workspace/grid.cljs +++ b/src/uxbox/ui/workspace/grid.cljs @@ -46,7 +46,7 @@ :x2 position :stroke grid-color :stroke-width (/ 0.5 zoom) - :opacity 0.25}]))) + :opacity 0.50}]))) (horizontal-line [position value] (if (< (mod value ticks-mod) step-size-y) (html [:line {:key position