fix usd value bug (#467)
Serhii committed
Aug 11, 2022 at 17:39 UTC
08f197692131316d94694fa9b8db5299f3cc2fe3
1 file changed
-3
lib/src/screens/ionia/cards/ionia_buy_gift_card.dart
-3
@@ -100,9 +100,6 @@ class IoniaBuyGiftCardPage extends BasePage {
100
color: Colors.white,
101
fontSize: 36,
102
),
103
- suffixIcon: SizedBox(
104
- width: _width / 6,
105
- ),
103
prefixIcon: Padding(
104
padding: EdgeInsets.only(
105
top: 5.0,