PAP-576: fix design

merge-update-with-lab-changes
Elham Rababah 5 years ago
parent fa23c607bd
commit 2e035e2c6b

@ -124,7 +124,7 @@ class _AmbulanceRequestIndexPageState extends State<AmbulanceRequestIndexPage> {
: Column( : Column(
children: [ children: [
SizedBox( SizedBox(
height: 80, height: 20,
), ),
Container( Container(
margin: EdgeInsets.only(left: 12, right: 12), margin: EdgeInsets.only(left: 12, right: 12),

@ -210,7 +210,9 @@ class _SelectTransportationMethodState
SizedBox( SizedBox(
height: 5, height: 5,
), ),
Row( Container(
margin: EdgeInsets.only(bottom:65 ),
child: Row(
children: [ children: [
Expanded( Expanded(
child: InkWell( child: InkWell(
@ -276,6 +278,10 @@ class _SelectTransportationMethodState
), ),
], ],
), ),
),
SizedBox(
height: 30,
),
], ],
), ),
SizedBox( SizedBox(

Loading…
Cancel
Save