Skip to content

Commit

Permalink
Merge pull request #17064 from primefaces/issue-17060
Browse files Browse the repository at this point in the history
Fixed #17060 | Darkmode: Missmatch between Code and Docs
  • Loading branch information
mehmetcetin01140 authored Dec 16, 2024
2 parents 67dd959 + 02b9495 commit 1c856b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/showcase/doc/theming/darkmodedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export class DarkModeDoc {
typescript: `providePrimeNG({
theme: {
preset: Aura,
darkModeSelector: '.my-app-dark'
options: {
darkModeSelector: '.my-app-dark'
}
}
})`
};
Expand All @@ -62,7 +64,9 @@ export class DarkModeDoc {
typescript: `providePrimeNG({
theme: {
preset: Aura,
darkModeSelector: false || 'none'
options: {
darkModeSelector: false || 'none'
}
}
})`
};
Expand Down

0 comments on commit 1c856b8

Please sign in to comment.