refactor: update color modes handling

This commit is contained in:
mrholek
2023-06-13 15:08:59 +02:00
parent bf6a0f745a
commit 3b88337579
4 changed files with 41 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@ export default createStore({
state: {
sidebarVisible: '',
sidebarUnfoldable: false,
theme: 'light',
},
mutations: {
toggleSidebar(state) {