mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
dialog and other ui fixes
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user