changeset 3475:45104cc6fd50

legend
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 12:20:23 +0200
parents a39795393c7c
children cc11f207e060
files client/src/components/fairway/AvailableFairwayDepthLNWL.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthLNWL.vue	Mon May 27 12:16:45 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthLNWL.vue	Mon May 27 12:20:23 2019 +0200
@@ -242,9 +242,9 @@
     legendStyle(index) {
       const style = {
         0: `background-color: ${this.$options.LWNLCOLORS.LDC};`,
-        1: `background-color: ${this.$options.AFDCOLORS[0]};`,
+        1: `background-color: ${this.$options.AFDCOLORS[2]};`,
         2: `background-color: ${this.$options.AFDCOLORS[1]};`,
-        3: `background-color: ${this.$options.LWNLCOLORS.HDC};`
+        3: `background-color: ${this.$options.AFDCOLORS[0]};`
       };
       return style[index];
     },