mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 10:58:47 -04:00
buy fixes
This commit is contained in:
@@ -109,7 +109,7 @@ class BuyScreen extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _BuyScreenState extends State<BuyScreen> {
|
||||
DateFormat dateFormat = DateFormat("HH:mm aa");
|
||||
DateFormat dateFormat = DateFormat("h:mm a");
|
||||
|
||||
CampusState _currentState = CampusState.campuses;
|
||||
List<String> _diningOptions = List.empty();
|
||||
@@ -371,7 +371,7 @@ class _BuyScreenState extends State<BuyScreen> {
|
||||
child: Text(
|
||||
_selectedLocation,
|
||||
style: TextStyle(
|
||||
fontSize: 30,
|
||||
fontSize: 20,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user