Merge pull request #95 from yaso-meth/QOL--Calendar-picker-widget-enhancement
today color change to green
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user