mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	fix dark mode in item row and switch issue
This commit is contained in:
		| @ -14,7 +14,7 @@ export const useGlobalStore = defineStore({ | ||||
|     companySlug: '', | ||||
|     mainMenu: null, | ||||
|     enabledModules: [], | ||||
|     isDarkModeOn: false | ||||
|     isDarkModeOn: localStorage.getItem('theme') === 'dark' || document.documentElement.classList.contains('dark') | ||||
|   }), | ||||
|  | ||||
|   actions: { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user