Accordion dividerProps not doing anything #3453
Replies: 1 comment 1 reply
-
The fix will be available in the upcoming bug fix release v.2.4.3. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
I want to change the color of the divider in accordion and I am using dividerProps={{ className: "bg-red-500"}} and nothing happens
this is my accordion
The workaround I found is to add
in global css but It is really not a nice solution
Please let me know if it is possible to do it in a right way
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions