Skip to content

Commit

Permalink
[BUG] Switch colors for Alerts STATUS chart opensearch-project#349
Browse files Browse the repository at this point in the history
Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jan 11, 2023
1 parent 1ea796c commit 57a308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Overview/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ export function getAlertsVisualizationSpec(

let states = ['ACTIVE', 'ACKNOWLEDGED'];
const statusColors = {
euiColorVis6: '#B9A888',
euiColorVis9: '#E7664C',
euiColorVis6: '#B9A888',
};

const statusTitle = 'Alert status';
Expand Down

0 comments on commit 57a308d

Please sign in to comment.