Remove gradients

This commit is contained in:
Joshua Seigler 2019-04-05 09:27:01 -04:00
parent a073e2d334
commit 4fdab8ed2f
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ var App = {
schemeTypes[
Math.floor(parseInt(prevBlockHash.slice(-5, -3), 16) / 256 * schemeTypes.length)
]
).distance(0.75);
);
return blockColorScheme.colors();
};