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:
Tyler Hallada 2022-09-18 14:24:50 -04:00
parent 48e524b247
commit 57088e12ef

View File

@ -25,7 +25,7 @@ colorGradient.setGradient(
"#FFA500",
"#FF0000"
);
colorGradient.setMidpoint(360);
colorGradient.setMidpoint(630);
const Map: React.FC = () => {
const router = useRouter();