Merge pull request #95 from yaso-meth/QOL--Calendar-picker-widget-enhancement

today color change to green
This commit is contained in:
yaso-meth
2025-03-06 08:57:01 +02:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ class _MIHCalendarState extends State<MIHCalendar> {
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
),
todayDecoration: BoxDecoration(
color: MzanziInnovationHub.of(context)!.theme.messageTextColor(),
color: MzanziInnovationHub.of(context)!.theme.successColor(),
shape: BoxShape.circle,
),
selectedTextStyle: TextStyle(