Tunanika
Nuxt UIHow to override component defaults
Hello, I am trying to override a component's styling but I am kind of failing to do so.
This is my app.config.ts
I made everything red so that it's easy to notice if it actually changes anything but it doesn't. Am I configuring something wrong? Also I tried to apply the classes on the component itself with [&_.inactive]:text-red-800 but that also didn't work. How can I do this? Thank you.
7 replies