Replies: 1 comment
-
Maybe try adding important to it, could be that the styles are conflicting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to change chevron color in my component but it's not working it still using the same dark blue from the start. I am working with Tailwind.css
I have the following in my DayPicker component:
classNames={{ root:
${defaultClassNames.root} shadow-lg p-5, chevron:
${defaultClassNames.chevron} fill-[#6aa086], // fill-red-300 does not work either or anycolor }}
I must be missing something I don't know I tried to inspect the page to see what was the correct element but I didn't see anything special
Thanks for help :)
Beta Was this translation helpful? Give feedback.
All reactions