From cbaa3ba113ef67d1b3ac45b34acc2136a0aa63ae Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Sun, 26 Feb 2023 13:26:12 -0500 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- lib/sell.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/sell.dart b/lib/sell.dart index 060842e..4991664 100644 --- a/lib/sell.dart +++ b/lib/sell.dart @@ -42,7 +42,7 @@ class _SellScreenState extends State { return Scaffold( resizeToAvoidBottomInset: true, body: Padding( - padding: const EdgeInsets.fromLTRB(0, 20, 0, 0), + padding: const EdgeInsets.fromLTRB(0,8,0,0), child: Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: [ @@ -167,8 +167,6 @@ class _SellScreenState extends State { hintText: 'Price', hintStyle: TextStyle(color: Colors.white24, fontSize: 30), ), - ), - ), ElevatedButton( onPressed: () { List locations = [];