I cannot change the theme's default primary color #1920
-
I try to use Tailwind Elements with nextjs. I cannot overwrite theme primary color. Steps to reproduce the behavior:
Expected behavior |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
i can't change the primary color on nuxt project: /** @type {import('tailwindcss').Config} / <button The button is still blue and not orange |
Beta Was this translation helpful? Give feedback.
-
Resolved. There was a conflict with unocss. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
You can change it inside the
tailwind-config.js
file. For example:In this example, I've changed the default primary color to red resulting for example for the
datepicker
to have red header:Don't forget to change …