Closed kanari3 closed 9 months ago
Hi,
By using the todayTextStyle and todayHighlightColor property of the date range picker you can change the today text color. We have UG documentation for the same. Please find the UG documentation for the same.
UG link: https://help.syncfusion.com/flutter/daterangepicker/customizations#month-cell-customization
Please find the code snippet.
child: SfDateRangePicker(
monthCellStyle: DateRangePickerMonthCellStyle(
todayTextStyle: TextStyle(color: Colors.black)),
todayHighlightColor: Colors.black,
),
We hope that this helps you. Please let us know if you need further assistance.
Regards, Indumathi R
Thanks, I was able to unify the colors of the days of the week.
I'm having trouble with Friday turning red. I want to blacken Friday too.
what we tried
reference
https://github.com/syncfusion/flutter-widgets/issues/141