How to customize the colors of disabled buttons? #2812
-
I'd like to customize the colors of However, according to https://daisyui.com/docs/colors/ it's not possible to customize that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Not sure, but try something like disabled:bg-blue-600 in the class. |
Beta Was this translation helpful? Give feedback.
-
You can follow the steps: In index.css
remember to use ! before styles to make it work |
Beta Was this translation helpful? Give feedback.
-
By default, it's You can apply a different color using utility classes or from config: Let me know if you have a question. |
Beta Was this translation helpful? Give feedback.
By default, it's
neautral
color with 20% opacity. So if you change the neutral color it will also change (with 20% opacity)You can apply a different color using utility classes or from config:
https://play.tailwindcss.com/PDO9MRQbNI?file=config
Let me know if you have a question.