You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week I updated my first app with the latest 19 both Angular and PrimeNG. I’m having difficulty in getting the theme completely configured. I’ve only found this article 'Dark theme switch in Angular with PrimeNG 18 and Tailwind', the PrimeNG Theming documentation and the PrimeNG source on github. I've had some progress, but I'm currently stuck on the setting the background and text colors of the dialog header and footer (see bottom of code). This is what I've placed in my app.component called from the constructor:
I've created a StackBlitz working example, a variant of dialog docs. With this example, one can see that the content color has been changed to blue-50, but the header and footer was not changed to blue-100 as I have configured.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This week I updated my first app with the latest 19 both Angular and PrimeNG. I’m having difficulty in getting the theme completely configured. I’ve only found this article 'Dark theme switch in Angular with PrimeNG 18 and Tailwind', the PrimeNG Theming documentation and the PrimeNG source on github. I've had some progress, but I'm currently stuck on the setting the background and text colors of the dialog header and footer (see bottom of code). This is what I've placed in my app.component called from the constructor:
I've created a StackBlitz working example, a variant of dialog docs. With this example, one can see that the content color has been changed to blue-50, but the header and footer was not changed to blue-100 as I have configured.
Beta Was this translation helpful? Give feedback.
All reactions