ghJG
Results
2
comments of
ghJG
Fix: if (theme) { body.classList.add(theme); isSolar && body.classList.add("solar"); if (isSolar) { solarButton.innerText = "Normalize"; solarButton.style.cssText = `--bg-solar: white;`; } }
I found this error as well.