From 7ba8fcb09c00476e39a453dd2375affd6dbc2cbe Mon Sep 17 00:00:00 2001 From: clopezr1 Date: Thu, 23 Apr 2020 18:22:36 -0400 Subject: [PATCH] selected is gold --- lib/monthly_calendar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/monthly_calendar.dart b/lib/monthly_calendar.dart index 9777fc7..649775f 100644 --- a/lib/monthly_calendar.dart +++ b/lib/monthly_calendar.dart @@ -261,7 +261,7 @@ class _Calendar extends State with TickerProviderStateMixin { //if selected date && home game / else away game color: _calController.isSelected(date) - ? Colors.blue[400] + ? Color.fromRGBO(179, 163, 105, 1) : _homeAwayColor(location, main), //UNCC Green //: Colors.grey, ),