Skip to content

Commit

Permalink
Fixed #17060 | Darkmode: Missmatch between Code and Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 16, 2024
1 parent 8ebd5bc commit ed28b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 Down

0 comments on commit ed28b17

Please sign in to comment.