Migrated to new design tokens of v4
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ app.use(router);
|
||||
app.use(PrimeVue, {
|
||||
theme: {
|
||||
preset: Aura,
|
||||
darkModeSelector: 'app-dark'
|
||||
options: {
|
||||
darkModeSelector: '.app-dark'
|
||||
}
|
||||
}
|
||||
});
|
||||
app.use(ToastService);
|
||||
|
||||
Reference in New Issue
Block a user