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