Disable colors for now

This commit is contained in:
Jordan Eldredge 2020-09-06 19:01:58 -07:00
parent 7292768e78
commit bdad96a221

View file

@ -64,7 +64,8 @@ function Skin({
width,
// Ideally the final backgroundColor would be black
// But that makes our opacitly transition kinda funky
backgroundColor: color,
// This was causing perf issues
// backgroundColor: color,
cursor: "pointer",
}}
onClick={clickHandler}