fix overflow in confirm payment

This commit is contained in:
efrilm 2025-09-22 14:47:41 +07:00
parent 59a8d7f661
commit cef1f79032

View File

@ -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,