fix overflow in confirm payment
This commit is contained in:
parent
59a8d7f661
commit
cef1f79032
@ -19,7 +19,7 @@ class ConfirmPaymentTitle extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
height: context.deviceHeight * 0.1,
|
||||
height: context.deviceHeight * 0.123,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
|
||||
decoration: BoxDecoration(
|
||||
color: AppColors.white,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user