Fix:add style in flatpickr darkmode #16
Closed
3Gdesigner
started this conversation in
General
Replies: 1 comment
-
This issue has been resolved by update, thanks for reporting! |
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.
-
When we go to dark mode the month selection is with white background and blank text making it impossible to see the months
adding the code below in the main css where is all the customization of the flatpickr css to solve this situation
**.flatpickr-current-month > .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{ @apply dark:bg-gray-900!; }**
I created an issue no more had feadback
Beta Was this translation helpful? Give feedback.
All reactions