diff --git a/lib/monthly_calendar.dart b/lib/monthly_calendar.dart index 7d755d2..9e5ea05 100644 --- a/lib/monthly_calendar.dart +++ b/lib/monthly_calendar.dart @@ -262,7 +262,7 @@ class _Calendar extends State with TickerProviderStateMixin { child: Center( child: Text( - '${events.length}', + '${date.day}', style: TextStyle().copyWith( color: Colors.white, fontSize: 12.0, @@ -280,6 +280,7 @@ class _Calendar extends State with TickerProviderStateMixin { // my guess is if the game says vs its home // if game says at its away + Color c; if (homeAway){ // could also be if(game == "H") or something c = Color.fromRGBO(0, 112, 60, 1);