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
commit 143ca1ac85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(