From 63f4658449735c71d244a8445f8b6f8d809b6637 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sat, 17 Jun 2023 22:19:57 +0100 Subject: [PATCH] Icon padding fixed --- src/components/MyWallet/Balance.jsx | 25 ++++++++++++------------- src/index.css | 2 -- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/components/MyWallet/Balance.jsx b/src/components/MyWallet/Balance.jsx index 6ffc551..26ed007 100644 --- a/src/components/MyWallet/Balance.jsx +++ b/src/components/MyWallet/Balance.jsx @@ -33,7 +33,7 @@ function Balance({wallet, coupon}) { : wallet.data.length ? wallet.data.map((item, index)=> ( -
+

@@ -53,19 +53,18 @@ function Balance({wallet, coupon}) {
{ item.action_type != 'AC_AD_FD_ONLY' ? - Transfer:'' + Transfer:'' } - - - - - - Add Credit + + + + + + Add Credit +
)) diff --git a/src/index.css b/src/index.css index 45944c4..5c79024 100644 --- a/src/index.css +++ b/src/index.css @@ -11,8 +11,6 @@ } .wallet-box{ background-color: aliceblue; - height: 120px; - padding: 5px; border-radius: 20px; } .bal-col1{