Use background primary before #000000 for body

This commit is contained in:
nickofolas
2022-01-18 16:15:36 -06:00
parent ae83eeacb7
commit eb7a0ebace
+1 -1
View File
@@ -362,7 +362,7 @@ export function refreshTheme(): void {
}, },
}); });
document.body.style.backgroundColor = theme.colors.black?.toString() ?? "black"; document.body.style.backgroundColor = theme.colors.backgroundprimary?.toString() ?? "black";
} }
refreshTheme(); refreshTheme();