Skip to content

Commit

Permalink
Update useColor.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Apr 8, 2024
1 parent cf6dea8 commit d4be2f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taxonium_component/src/hooks/useColor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4be2f1

Please sign in to comment.