mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 02:34:59 +00:00
Fix input field
This commit is contained in:
parent
52468e1331
commit
59a79242af
1 changed files with 1 additions and 2 deletions
|
@ -44,7 +44,6 @@ class IoniaBuyGiftCardPage extends BasePage {
|
|||
|
||||
@override
|
||||
Widget body(BuildContext context) {
|
||||
final _width = MediaQuery.of(context).size.width;
|
||||
final merchant = ioniaBuyCardViewModel.ioniaMerchant;
|
||||
return KeyboardActions(
|
||||
disableScroll: true,
|
||||
|
@ -101,7 +100,7 @@ class IoniaBuyGiftCardPage extends BasePage {
|
|||
prefixIcon: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
top: 5.0,
|
||||
left: _width / 4,
|
||||
left: 150,
|
||||
),
|
||||
child: Text(
|
||||
'USD: ',
|
||||
|
|
Loading…
Reference in a new issue