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
|
@override
|
||||||
Widget body(BuildContext context) {
|
Widget body(BuildContext context) {
|
||||||
final _width = MediaQuery.of(context).size.width;
|
|
||||||
final merchant = ioniaBuyCardViewModel.ioniaMerchant;
|
final merchant = ioniaBuyCardViewModel.ioniaMerchant;
|
||||||
return KeyboardActions(
|
return KeyboardActions(
|
||||||
disableScroll: true,
|
disableScroll: true,
|
||||||
|
@ -101,7 +100,7 @@ class IoniaBuyGiftCardPage extends BasePage {
|
||||||
prefixIcon: Padding(
|
prefixIcon: Padding(
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
top: 5.0,
|
top: 5.0,
|
||||||
left: _width / 4,
|
left: 150,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
'USD: ',
|
'USD: ',
|
||||||
|
|
Loading…
Reference in a new issue