Skip to content

Commit

Permalink
fix light dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Sep 17, 2024
1 parent a8a463f commit 2d1bcdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const app = createApp(App)
app.use(PrimeVue, {
theme: {
preset: Aura,
darkModeSelector: '.my-app-dark',
options: {
darkModeSelector: '.my-app-dark',
}
}
});

Expand Down

0 comments on commit 2d1bcdd

Please sign in to comment.