We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548445f commit 6397d13Copy full SHA for 6397d13
1 file changed
CalendarPicker/Day.js
@@ -127,7 +127,7 @@ export default function Day(props) {
127
if (isToday) {
128
computedSelectedDayStyle = styles.selectedToday;
129
// todayTextStyle prop overrides selectedDayTextColor (created via makeStyles)
130
- selectedDayTextStyle = [todayTextStyle || styles.selectedDayLabel, propSelectedDayTextStyle];
+ selectedDayTextStyle = [todayTextStyle];
131
}
132
133
const custom = getCustomDateStyle({ customDatesStyles, date: thisDay });
0 commit comments