From 494262604f01841713e90ad761f242ccc6b002d8 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 6 Mar 2025 08:48:45 +0200 Subject: [PATCH] today color change to green --- Frontend/lib/mih_components/mih_calendar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_components/mih_calendar.dart b/Frontend/lib/mih_components/mih_calendar.dart index 373838cb..5c29a687 100644 --- a/Frontend/lib/mih_components/mih_calendar.dart +++ b/Frontend/lib/mih_components/mih_calendar.dart @@ -64,7 +64,7 @@ class _MIHCalendarState extends State { 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(