mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
sell ui changes
This commit is contained in:
@@ -237,7 +237,11 @@ class _SellScreenState extends State<SellScreen> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
ElevatedButton(
|
),
|
||||||
|
Expanded(
|
||||||
|
child: Center(
|
||||||
|
child: Container(
|
||||||
|
child: ElevatedButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
List<String> locations = [];
|
List<String> locations = [];
|
||||||
User? user = auth.currentUser;
|
User? user = auth.currentUser;
|
||||||
@@ -255,9 +259,8 @@ class _SellScreenState extends State<SellScreen> {
|
|||||||
addSeller(seller);
|
addSeller(seller);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
style: ButtonStyle(
|
child: const Text('Submit Sell Request'),
|
||||||
backgroundColor:
|
),
|
||||||
MaterialStateColor.resolveWith((states) => Colors.blue),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user