Skip to content

Commit

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

0 comments on commit bcbea15

Please sign in to comment.