CAKE-306 | increased width of the amount text field in the pre_order_page.dart

This commit is contained in:
OleksandrSobol 2021-06-02 12:28:18 +03:00
parent 6950ec5460
commit 087579410e

View file

@ -114,7 +114,7 @@ class PreOrderPage extends BasePage {
padding: EdgeInsets.only(top: 100, bottom: 65), padding: EdgeInsets.only(top: 100, bottom: 65),
child: Center( child: Center(
child: Container( child: Container(
width: 165, width: 185,
child: BaseTextFormField( child: BaseTextFormField(
focusNode: _amountFocus, focusNode: _amountFocus,
controller: _amountController, controller: _amountController,