diff --git a/index.ts b/index.ts index 03935a3..28354e5 100644 --- a/index.ts +++ b/index.ts @@ -23,7 +23,7 @@ export default definePlugin({ const style = document.createElement("style"); style.setAttribute("id", "vc-spotify-main-color"); - style.textContent = `:root { --vc-spotify-main-color: hsl(from ${mainColor} h s 85%); }`; + style.textContent = `:root { --vc-spotify-main-color: ${mainColor}; }`; document.head.appendChild(style); }, async start() {