update discord css variable name (#1164)

This commit is contained in:
Cookie
2025-06-26 21:09:33 -04:00
committed by GitHub
parent 236fc806de
commit 8d3c9390ae

View File

@@ -59,7 +59,7 @@ function resolveColor(color: string) {
const updateSplashColors = () => {
const bodyStyles = document.body.computedStyleMap();
const color = bodyStyles.get("--text-normal");
const color = bodyStyles.get("--text-default");
const backgroundColor = bodyStyles.get("--background-primary");
if (isValidColor(color)) {