selected is gold

This commit is contained in:
clopezr1
2020-04-23 18:22:36 -04:00
parent 3a8397b89e
commit 7ba8fcb09c

View File

@@ -261,7 +261,7 @@ class _Calendar extends State<Calendar> with TickerProviderStateMixin {
//if selected date && home game / else away game //if selected date && home game / else away game
color: _calController.isSelected(date) color: _calController.isSelected(date)
? Colors.blue[400] ? Color.fromRGBO(179, 163, 105, 1)
: _homeAwayColor(location, main), //UNCC Green : _homeAwayColor(location, main), //UNCC Green
//: Colors.grey, //: Colors.grey,
), ),