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{