stephy / CalendarPicker

CalendarPicker Component for React Native
802 stars 371 forks source link

'Today' background color is applied to the same day on other months #296

Open erickriva2 opened 3 years ago

erickriva2 commented 3 years ago

When using showDayStragglers={true} and set a color on todayBackgroundColor, this color is applied on same day on other months 'stragglers'.

See below image (day 1 is today).

image

peacechen commented 3 years ago

That may have been due to recent changes in the styling logic. Please submit a PR to fix this.

gmonte commented 2 years ago

The same behavior here. react-native-calendar-picker 7.1.2 react-native 0.64.1

Abel13 commented 2 years ago

Same here

dillondow24 commented 2 years ago

having same issue.

dipesh282 commented 1 year ago

I am facing the same issue. Does anyone have the solution for the same?

CMDezz commented 1 year ago

disabledDatesTextStyle={{ width: "100%", height: "100%", backgroundColor: "white", textAlign: "center", textAlignVertical: "center", }}

zzzzzzz