mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
chore: make failed blend hot pink to make it more obvious something went wrong
This commit is contained in:
parent
5937f49246
commit
1da6fbd35f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export function blendTwoHexColors(
|
|||
const blended = normalBlend(rgba1, rgba2);
|
||||
return rgbToHex(blended.r, blended.g, blended.b);
|
||||
} else {
|
||||
return "#000000";
|
||||
return "#ff00ffff";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue