Skip to content

Commit 1da6fbd

Browse files
committed
chore: make failed blend hot pink to make it more obvious something went wrong
1 parent 5937f49 commit 1da6fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/utils/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function blendTwoHexColors(
3535
const blended = normalBlend(rgba1, rgba2);
3636
return rgbToHex(blended.r, blended.g, blended.b);
3737
} else {
38-
return "#000000";
38+
return "#ff00ffff";
3939
}
4040
}
4141

0 commit comments

Comments
 (0)