fix theme

This commit is contained in:
Russell
2024-01-02 16:02:49 -07:00
committed by GitHub
parent c1285db27b
commit ff5b275ac3
+1 -1
View File
@@ -9,7 +9,7 @@ class Theme {
if (this.theme === 'system default') this.set('system-default');
if (this.theme) this.set(this.theme);
else this.set('indigo');
else this.set('system-default');
}
/**