From d0ca1583783a9634d1d9e4f907fc09bfebaca6a1 Mon Sep 17 00:00:00 2001 From: Jovan Cvetkovic Date: Wed, 11 Jan 2023 21:37:26 +0100 Subject: [PATCH] Switch active alert colors (#350) * [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic * [BUG] Switch colors for Alerts STATUS chart #349 Signed-off-by: Jovan Cvetkovic Signed-off-by: Jovan Cvetkovic --- public/pages/Overview/utils/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/Overview/utils/helpers.ts b/public/pages/Overview/utils/helpers.ts index f9ce46ed0..497c8c1ff 100644 --- a/public/pages/Overview/utils/helpers.ts +++ b/public/pages/Overview/utils/helpers.ts @@ -263,8 +263,8 @@ export function getAlertsVisualizationSpec( let states = ['ACTIVE', 'ACKNOWLEDGED']; const statusColors = { - euiColorVis6: '#B9A888', euiColorVis9: '#E7664C', + euiColorVis6: '#B9A888', }; const statusTitle = 'Alert status';