diff --git a/lib/buy.dart b/lib/buy.dart index 6c7a367..7eb550d 100644 --- a/lib/buy.dart +++ b/lib/buy.dart @@ -109,7 +109,7 @@ class BuyScreen extends StatefulWidget { } class _BuyScreenState extends State { - DateFormat dateFormat = DateFormat("HH:mm aa"); + DateFormat dateFormat = DateFormat("h:mm a"); CampusState _currentState = CampusState.campuses; List _diningOptions = List.empty(); @@ -371,7 +371,7 @@ class _BuyScreenState extends State { child: Text( _selectedLocation, style: TextStyle( - fontSize: 30, + fontSize: 20, ), ), ),