From a114aa64a864214c196002ac637ee74152b86c5c Mon Sep 17 00:00:00 2001 From: Aristotel Fani Date: Wed, 24 Jan 2024 15:51:04 -0500 Subject: [PATCH] update colors --- frontend/src/Components/Charts/Contraband/Contraband.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Components/Charts/Contraband/Contraband.js b/frontend/src/Components/Charts/Contraband/Contraband.js index 8d96cb85..1d3bb2cd 100644 --- a/frontend/src/Components/Charts/Contraband/Contraband.js +++ b/frontend/src/Components/Charts/Contraband/Contraband.js @@ -260,9 +260,9 @@ function Contraband(props) { .get(url) .then((res) => { const colors = { - 'Safety Violation': '#cf66e7', - 'Regulatory Equipment': '#ed8b02', - Other: '#4ab13f', + 'Safety Violation': '#5F0F40', + 'Regulatory Equipment': '#E36414', + Other: '#0F4C5C', }; const stopPurposeDataSets = res.data.contraband_percentages.map((ds) => ({ axis: 'x',