Skip to content

Commit

Permalink
Disable dark mode in p-multiselect (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB authored Aug 15, 2024
1 parent 2908687 commit 744d378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default {
app.use(PrimeVue, {
theme: {
preset: Aura,
options: {
darkModeSelector: "", // Disable dark mode
},
},
});
app.component("MultiSelect", MultiSelect);
Expand Down

0 comments on commit 744d378

Please sign in to comment.