Skip to content

Commit

Permalink
disable dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Jan 16, 2025
1 parent aa49bc1 commit 9e5cee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ bootstrapApplication(MainComponent, {
provideAnimations(),
providePrimeNG({
theme: {
options: {
// eslint-disable-next-line no-constant-binary-expression
darkModeSelector: false || 'none',
},
preset: Lara,
},
}),
Expand Down

0 comments on commit 9e5cee1

Please sign in to comment.