card list image added

This commit was merged in pull request #312.
This commit is contained in:
victorAnumudu
2023-07-14 18:42:28 +01:00
parent e01d0106ad
commit f3ad4d576e
3 changed files with 33 additions and 41 deletions
@@ -12,20 +12,6 @@ export default function PaymentMathodsTab() {
<div className="payment-method-tab w-full">
<div className="payment-item-wrapper w-full">
<CardList />
<div className="py-7 flex space-x-4">
<button
type="button"
className="btn-shine text-white text-18 bg-pink tracking-wide px-4 py-3 rounded-full"
>
Add Bank
</button>
<button
type="button"
className="text-white text-18 bg-light-green tracking-wide px-4 py-3 rounded-full"
>
Add Card
</button>
</div>
</div>
</div>
</>