change the default theme to auto from light

pull/333/head
LouisLam 3 years ago
parent ffbdf97478
commit 5837c353b7

@ -11,7 +11,7 @@ export default {
mounted() {
// Default Light
if (! this.userTheme) {
this.userTheme = "light";
this.userTheme = "auto";
}
// Default Heartbeat Bar

Loading…
Cancel
Save