change the default theme to auto from light
This commit is contained in:
		
							parent
							
								
									ffbdf97478
								
							
						
					
					
						commit
						5837c353b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ export default {
 | 
				
			||||||
    mounted() {
 | 
					    mounted() {
 | 
				
			||||||
        // Default Light
 | 
					        // Default Light
 | 
				
			||||||
        if (! this.userTheme) {
 | 
					        if (! this.userTheme) {
 | 
				
			||||||
            this.userTheme = "light";
 | 
					            this.userTheme = "auto";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Default Heartbeat Bar
 | 
					        // Default Heartbeat Bar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue