changeset 3312:00548f0e81c3

client: sections layer: adjusted colors
author Markus Kottlaender <markus@intevation.de>
date Fri, 17 May 2019 13:29:23 +0200
parents 0f6b156cff55
children b01c2f474770
files client/src/components/map/styles.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/styles.js	Fri May 17 13:23:22 2019 +0200
+++ b/client/src/components/map/styles.js	Fri May 17 13:29:23 2019 +0200
@@ -63,11 +63,11 @@
   }),
   orange1: new Style({
     stroke: new Stroke({
-      color: "rgba(232, 177, 12, .8)",
+      color: "rgba(255, 150, 10, .8)",
       width: 2
     }),
     fill: new Fill({
-      color: "rgba(232, 177, 0, .3)"
+      color: "rgba(255, 150, 0, .3)"
     })
   }),
   orange2: new Style({