From d4be2f1c6fd172aa9495578efc3a71b6cf69c388 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Mon, 8 Apr 2024 17:14:06 +0100 Subject: [PATCH] Update useColor.jsx --- taxonium_component/src/hooks/useColor.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taxonium_component/src/hooks/useColor.jsx b/taxonium_component/src/hooks/useColor.jsx index ccc7e4d2..e9462e53 100644 --- a/taxonium_component/src/hooks/useColor.jsx +++ b/taxonium_component/src/hooks/useColor.jsx @@ -117,6 +117,9 @@ const useColor = (colorMapping) => { if (string === "Denmark") { return [24, 112, 32]; // diff to UK } + if (string === "OXFORD_NANOPORE") { + return [24, 32, 200]; + } if (string === "Democratic Republic of the Congo") { return [17, 58, 99]; // otherwise too similar to CAR