stephy / CalendarPicker

CalendarPicker Component for React Native
807 stars 372 forks source link

Change style of in-active today dates. #352

Open divyansh0908nl opened 1 year ago

divyansh0908nl commented 1 year ago

I am facing an issue with the react-native-calendar-picker package where I am unable to style in-active today dates, which correspond to the dates visible from the previous or next month (Stragglers). Currently, it seems that the todayBackgroundColor prop sets the background color for these in-active today dates, but unfortunately, there is no direct way to change the text color.

Screenshot 2023-08-04 at 1 45 46 PM
Raduc4 commented 9 months ago

Did you solve this?