wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.49k stars 2.94k forks source link

Calendar selectedDayTextColor not working #2386

Open zkteco-home opened 8 months ago

zkteco-home commented 8 months ago

react native:0.73.1 react-native-calendars:1.1303.0

    theme={{
      selectedDayTextColor:'#0099CC'

    }}

after selected someday,seclect day text color not change,I dont believe this kind of bug,but i tested many times,it is really there

so weird.ExpandableCalendar extends Calendar,but selectedDayTextColor works fine in ExpandableCalendar

### Tasks
zkteco-home commented 6 months ago

no one met this issue?

tanmay-kf commented 4 months ago

I am facing a similar issue with 'dayTextColor' in theme

AdityaAA2004 commented 3 months ago

I am also facing this issue with theme prop in dayTextColor for ExpandableCalendar component.