Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 28, 2023
1 parent 9c0af6a commit 0654db9
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 @@ -83,9 +83,13 @@ const useColor = (colorMapping) => {
if (string === "B.1.2") {
return [95, 158, 245]; //This is near B.1.617.2
}
if (string === "South_Africa") {
return [9, 191, 255]; // otherwise collides with Kenya
}
if (string === "England") {
return [214, 58, 15]; // UK all brick
}

if (string === "Scotland") {
return [255, 130, 82]; // UK all brick
}
Expand Down

1 comment on commit 0654db9

@vercel
Copy link

@vercel vercel bot commented on 0654db9 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.