Adjust color gradient midpoint to 630
Now that there are significantly more mods and cell edits, this reduces the amount of red cells.
This commit is contained in:
parent
48e524b247
commit
57088e12ef
@ -25,7 +25,7 @@ colorGradient.setGradient(
|
||||
"#FFA500",
|
||||
"#FF0000"
|
||||
);
|
||||
colorGradient.setMidpoint(360);
|
||||
colorGradient.setMidpoint(630);
|
||||
|
||||
const Map: React.FC = () => {
|
||||
const router = useRouter();
|
||||
|
Loading…
Reference in New Issue
Block a user