Migrated to new design tokens of v4

This commit is contained in:
Cagatay Civici
2024-07-25 17:37:08 +03:00
parent a7bec8d7a5
commit cafcd0449e
51 changed files with 1084 additions and 1030 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ app.use(router);
app.use(PrimeVue, {
theme: {
preset: Aura,
darkModeSelector: 'app-dark'
options: {
darkModeSelector: '.app-dark'
}
}
});
app.use(ToastService);