-
I'm curious if there's a way to set the default shade of a colour in v4. In v3 there's a
https://v3.tailwindcss.com/docs/customizing-colors#color-object-syntax |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Feb 5, 2025
Replies: 2 comments
-
following |
Beta Was this translation helpful? Give feedback.
0 replies
-
The v4 equivalent is: @theme {
--color-tahiti-light: #67e8f9;
--color-tahiti: #06b6d4;
--color-tahiti-dark: #0e7490;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jovrtn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The v4 equivalent is: