diff --git a/src/components/Skin.js b/src/components/Skin.js index 4a9222c4..e3e43f4a 100644 --- a/src/components/Skin.js +++ b/src/components/Skin.js @@ -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}