From bdad96a2216009c8d5f4ec9df49376b160006e64 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 6 Sep 2020 19:01:58 -0700 Subject: [PATCH] Disable colors for now --- src/components/Skin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}