Angular, tailwind, daisyui: some css classes get overwritten

I integrated tailwind and daisyui into my ionic + angular project. in the browser, everything works perfectly ionic serve

but when I launch the project on my android ionic capacitor run android, some UI components show up badly (some buttons, the navbar, etc…) it seems as if during compilation more CSS is added which conflicts with the daysiui one!?

How I can fix it?