PAP-561: fix design

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

@ -73,6 +73,7 @@ class _SummaryState extends State<Summary> {
Texts(TranslationBase.of(context).billAmount,textAlign: TextAlign.start,),
SizedBox(height: 5,),
Container(
height: 55,
padding: EdgeInsets.all(10),
decoration: BoxDecoration(
@ -87,8 +88,8 @@ class _SummaryState extends State<Summary> {
],
),
),
SizedBox(height: 250),
SizedBox(height: 45,),
],
),

Loading…
Cancel
Save