dialog and other ui fixes

This commit is contained in:
2023-02-26 12:19:23 -05:00
parent 3b4810fc2d
commit d053a0bdaf
4 changed files with 255 additions and 79 deletions

View File

@@ -145,20 +145,7 @@ class _SellScreenState extends State<SellScreen> {
Text('Cost'),
],
),
//make a row with a text selector for min and max swipe cost
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: const [
SizedBox(
width: 150,
child: TextField(
decoration: InputDecoration(
border: OutlineInputBorder(),
hintText: 'Min price',
),
),
),
SizedBox(
SizedBox(
width: 150,
child: TextField(
decoration: InputDecoration(
@@ -167,8 +154,6 @@ class _SellScreenState extends State<SellScreen> {
),
),
),
],
),
ElevatedButton(
onPressed: () {},
style: ButtonStyle(