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

OleksandrSobol committed Jun 2, 2021 at 12:28 UTC 087579410e35094680d27372fad02bca09604b7d
1 file changed +1 -1
lib/src/screens/buy/pre_order_page.dart
+1 -1
@@ -114,7 +114,7 @@ class PreOrderPage extends BasePage {
114 padding: EdgeInsets.only(top: 100, bottom: 65),
115 child: Center(
116 child: Container(
117 - width: 165,
117 + width: 185,
118 child: BaseTextFormField(
119 focusNode: _amountFocus,
120 controller: _amountController,