mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Disable colors for now
This commit is contained in:
parent
7292768e78
commit
bdad96a221
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue