Remove stateful dark toggle until new theming api

This commit is contained in:
Cagatay Civici 2024-02-06 09:16:39 +03:00
parent a796722def
commit 22e21166bf
5 changed files with 1 additions and 29 deletions

View file

@ -8,8 +8,7 @@ const $appState = {
newsActive: false,
announcement: null,
ripple: false,
storageKey: 'primevue',
colorSchemeKey: 'primevue-color-scheme'
storageKey: 'primevue'
});
}
};