mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
CAKE-306 | increased width of the amount text field in the pre_order_page.dart
This commit is contained in:
parent
6950ec5460
commit
087579410e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class PreOrderPage extends BasePage {
|
|||
padding: EdgeInsets.only(top: 100, bottom: 65),
|
||||
child: Center(
|
||||
child: Container(
|
||||
width: 165,
|
||||
width: 185,
|
||||
child: BaseTextFormField(
|
||||
focusNode: _amountFocus,
|
||||
controller: _amountController,
|
||||
|
|
Loading…
Reference in a new issue