Nuxt UI - Custom tailwind color palettes do not seem to work.
Hi, I just created a new Nuxt project and added Nuxt UI Pro and Nuxt Content.
I've added a
tailwind.config.ts
with the following content:
Unfortunatly neither of these colors are picked up by nuxt/vue. Does anyone have any idea what could be the cause of this?1 Reply
What's strange to me is how when I rename
beta
to secondary
both app.config.ts
for the Nuxt UI color and just regular tailwind seems to recognize the color.
Restarting Vite seems to have solved this, only not for overwriting the primary color set. I assume because Nuxt is already using this. Is there a solution for this?