mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
change the default theme to auto from light
This commit is contained in:
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…
Reference in a new issue