says day on events
This commit is contained in:
@@ -262,7 +262,7 @@ class _Calendar extends State<Calendar> 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<Calendar> 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);
|
||||
|
||||
Reference in New Issue
Block a user