Reset theme when navigating to home

This commit is contained in:
Cagatay Civici 2023-10-15 07:10:40 +03:00
parent 18904be4ad
commit 75eda031a0
7 changed files with 52 additions and 43 deletions

View file

@ -77,7 +77,7 @@ import ThemeSwitcher from './components/ThemeSwitcher.vue';`;
} else {
// main.js
pvTheme += `import "primeflex/primeflex.css";
import "primevue/resources/themes/lara-light-blue/theme.css";`;
import "primevue/resources/themes/lara-light-teal/theme.css";`;
// package.json
dependencies['primeflex'] = app_dependencies['primeflex'] || 'latest';