Showcase theme rename

This commit is contained in:
tugcekucukoglu 2023-11-20 11:33:43 +03:00
parent 71b25f8516
commit f03b37c9a5
12 changed files with 46 additions and 38 deletions

View file

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