vue3-persian-datetime-picker icon indicating copy to clipboard operation
vue3-persian-datetime-picker copied to clipboard

Color picker for text and background

Open afsharsafavi opened this issue 1 year ago • 5 comments

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.

afsharsafavi avatar May 18 '23 07:05 afsharsafavi

same issue here

hassanpdn avatar May 28 '23 12:05 hassanpdn

This is a sample from this problem image

afsharsafavi avatar May 28 '23 13:05 afsharsafavi

Ofcourse you can select the body using .vdp-body and the days using .vdp-day, it starts the work until the feature is published.

hassanpdn avatar May 28 '23 16:05 hassanpdn

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? image

afsharsafavi avatar May 29 '23 15:05 afsharsafavi

Got it, mine works with the classes I mentioned.

hassanpdn avatar May 29 '23 17:05 hassanpdn