add LightDark option for customer dashboard (#1204)

This commit is contained in:
Yash Kanakiya
2023-03-30 17:52:56 +05:30
committed by GitHub
parent 7e80bfb507
commit deb039ba02
3 changed files with 71 additions and 11 deletions

View File

@ -13,7 +13,8 @@ export const useGlobalStore = defineStore({
currentUser: null,
companySlug: '',
mainMenu: null,
enabledModules: []
enabledModules: [],
isDarkModeOn: false
}),
actions: {