vue3-persian-datetime-picker
vue3-persian-datetime-picker copied to clipboard
Color picker for text and background
Hi Is it possible to add color option for text and background? Default color is OK when other area of page is white, but when other elements and area is in dark mode, reading text is hard.
same issue here
This is a sample from this problem
Ofcourse you can select the body using .vdp-body
and the days using .vdp-day,
it starts the work until the feature is published.
Hi
Thanks for your reply
I tried .vdp-body and .vdp-day, but color not applied. I used .vpd-day-text with color property and it applied color to workdays only.
<style lang="scss"> .vpd-day-text { color: black; } </style>
but this code didn't work:
<style lang="scss"> .vpd-day { color: black; } </style>
Should I do anything else?
Got it, mine works with the classes I mentioned.