build bunch of fixes

This commit is contained in:
Olivier Gagnon
2021-09-21 20:30:00 -04:00
parent c94ec2f170
commit 0c932dd4d1
24 changed files with 553 additions and 1075 deletions
+2 -2
View File
@@ -60,9 +60,9 @@ export let colors = {
rep: "#faffdf",
};
export let theme: Theme;
let theme: Theme;
export function refreshTheme() {
function refreshTheme() {
theme = createTheme({
colors: {
hp: "#dd3434",