Auto stash before merge of "master" and "origin/master"

This commit is contained in:
2023-02-26 13:26:12 -05:00
parent 70e2583103
commit cbaa3ba113

View File

@@ -42,7 +42,7 @@ class _SellScreenState extends State<SellScreen> {
return Scaffold( return Scaffold(
resizeToAvoidBottomInset: true, resizeToAvoidBottomInset: true,
body: Padding( body: Padding(
padding: const EdgeInsets.fromLTRB(0, 20, 0, 0), padding: const EdgeInsets.fromLTRB(0,8,0,0),
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly, mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [ children: [
@@ -167,8 +167,6 @@ class _SellScreenState extends State<SellScreen> {
hintText: 'Price', hintText: 'Price',
hintStyle: TextStyle(color: Colors.white24, fontSize: 30), hintStyle: TextStyle(color: Colors.white24, fontSize: 30),
), ),
),
),
ElevatedButton( ElevatedButton(
onPressed: () { onPressed: () {
List<String> locations = []; List<String> locations = [];