Szanik

Results 10 comments of Szanik

i used this: https://github.com/akardas16/Alerter

Yes, that code also works for me. I was wondering about this classes tho: `bg-surface-0 dark:bg-amber-400` i have this classNames in a div. only the bg-amber-400 is visible. doesn't matter...

Sure here is a stackblotz link: [StackBlitz](https://stackblitz.com/edit/github-bzxcwx?file=src%2Fapp%2Fapp.component.html) Hope that helps P.S. can you also please update the issue tempalte to angular 18 in the future?

@mehmetcetin01140 was the provided stackblitz any help?

if i put cssLayers to true it works. but then the styles of the primeng are lost. The theming docs didn't help me further, i might not understand how it...

I fixed the issue with this code from the docs: [PrimeNG Tailwind](https://v18.primeng.org/tailwind#override) Still for me hard to grasp and what the problems here are. I think the documentation needs improvement...

i think its because i have edge on system and my system is dark, will update here more infos

Two Solutions: First: Add selector to the tailwind.config.js. But then the darkmode selector from PrimeNG needs to be .dark ``` JS /** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'selector',...