From bcbea1542a79c449dd028a131655d105649de65e Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Mon, 8 Apr 2024 18:26:53 +0100 Subject: [PATCH] Update useColor.jsx (#579) --- taxonium_component/src/hooks/useColor.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taxonium_component/src/hooks/useColor.jsx b/taxonium_component/src/hooks/useColor.jsx index e9462e53..8120e79f 100644 --- a/taxonium_component/src/hooks/useColor.jsx +++ b/taxonium_component/src/hooks/useColor.jsx @@ -121,6 +121,10 @@ const useColor = (colorMapping) => { return [24, 32, 200]; } + if (string === "ION_TORRENT") { + return [24, 160, 32]; + } + if (string === "Democratic Republic of the Congo") { return [17, 58, 99]; // otherwise too similar to CAR }