sell ui changes

This commit is contained in:
NATHANIEL ENDICK
2023-02-26 15:34:27 -05:00
parent c347b6bd6d
commit a19c4e5877

View File

@@ -237,7 +237,11 @@ class _SellScreenState extends State<SellScreen> {
),
],
),
ElevatedButton(
),
Expanded(
child: Center(
child: Container(
child: ElevatedButton(
onPressed: () {
List<String> locations = [];
User? user = auth.currentUser;
@@ -255,9 +259,8 @@ class _SellScreenState extends State<SellScreen> {
addSeller(seller);
}
},
style: ButtonStyle(
backgroundColor:
MaterialStateColor.resolveWith((states) => Colors.blue),
child: const Text('Submit Sell Request'),
),
),
),
),