Skip to content

Commit

Permalink
feat: changed deflated icon opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
pickingname committed Jul 20, 2024
1 parent 7717f3b commit b2ec132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/maphandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ const getScaleColor = (scale) => {
30: "#136ca560",
40: "#c99c0060",
45: "#f18a2d70",
50: "#d16a0c70",
55: "#eb190080",
60: "#b7130090",
50: "#d16a0c80",
55: "#eb190090",
60: "#b71300",
70: "#960096",
};
return colors[scale] || "#CCCCCC";
Expand Down

1 comment on commit b2ec132

@vercel
Copy link

@vercel vercel bot commented on b2ec132 Jul 20, 2024

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.