shadcn/ui missing colors
Just installed
shadcn/ui
(T3 project), and I can't see any colors anywhere except the dark shadows.
I removed all my other Tailwind/CSS custom settings to make sure it's not a conflict issue. Also copied a new theme from their website with custom colors, and none of them appeared.4 Replies
did you chnange both the tailwind config and css file?
Using the same ones created by CLI. (I pasted the new theme to only SCSS, but it already wasn’t working before)
try these sequence here
https://ui.shadcn.com/docs/installation/manual#configure-tailwindconfigjs
Same. I also now discarded all changes and
npx shadcn-ui@latest init
and got the same problem