From 66e879d86886f0bb0182d83e1127a59bc0852fdb Mon Sep 17 00:00:00 2001
From: zdenevuk <zdenko.vuk@ijs.si>
Date: Fri, 2 Dec 2022 10:25:00 +0100
Subject: [PATCH] changed color of an ... toaster

---
 .../simulation-wizard/results-map/results-map.component.ts      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/pages/simulation-wizard/results-map/results-map.component.ts b/src/app/pages/simulation-wizard/results-map/results-map.component.ts
index 945eab1e..14cbf1b5 100644
--- a/src/app/pages/simulation-wizard/results-map/results-map.component.ts
+++ b/src/app/pages/simulation-wizard/results-map/results-map.component.ts
@@ -130,7 +130,7 @@ export class ResultsMapComponent implements OnChanges {
         "Server says: Calculating the KPI visualization. GEOJSON loading will not be completed. When it will be ready, you will need to refresh the page.",
         "Geojson not ready",
         {
-          status: "danger",
+          status: "control",
           duration: 10000,
         }
       );
-- 
GitLab