From 3c02abdd06bb5f568ef6ee400c31078d5b5149de Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Sun, 26 Feb 2023 16:46:39 -0500 Subject: [PATCH] buy fixes --- lib/buy.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ), ), ),