mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Update src/mixins/theme.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		@@ -4,7 +4,7 @@ export default {
 | 
			
		||||
        return {
 | 
			
		||||
            system: (window.matchMedia("(prefers-color-scheme: dark)").matches) ? "dark" : "light",
 | 
			
		||||
            userTheme: localStorage.theme,
 | 
			
		||||
            userHeartbeatBar: localStorage.heartbeatBarTheme
 | 
			
		||||
            userHeartbeatBar: localStorage.heartbeatBarTheme,
 | 
			
		||||
        };
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user