React Tailwindcss – DaisyUI changing background Color. I can’t set the HTML color before components are loading
App.js
DaisyUI Doesnt overrides Tailwind Classes
i’m building a React Website with theme changing through DaisyUI. I’ve defined several Themes and the logic for switching between themes works for the bg-base-100 etc classes fine. As soon as i give a container or etc a bg-primary class, the tailwind original theme class gets used because it overrides the DaisyUI Class with !important