today color change to green

This commit is contained in:
2025-03-06 08:48:45 +02:00
parent 571937be4f
commit 494262604f

View File

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