Update themes.js
This commit is contained in:
@@ -7,7 +7,7 @@ class Theme {
|
||||
this.theme = settingsStorage.get('theme');
|
||||
|
||||
if (this.theme) this.set(this.theme);
|
||||
else this.set('system-default');
|
||||
else this.set('indigo');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -31,4 +31,4 @@ class Theme {
|
||||
};
|
||||
}
|
||||
|
||||
export default new Theme();
|
||||
export default new Theme();
|
||||
|
||||
Reference in New Issue
Block a user