Merge pull request #95 from yaso-meth/QOL--Calendar-picker-widget-enhancement
today color change to green
This commit is contained in:
commit
143ca1ac85
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue