.
This commit is contained in:
@@ -169,7 +169,7 @@ function ConfirmAddFund({ confirmCredit, onClose, walletItem }) {
|
|||||||
</button>
|
</button>
|
||||||
{confirmCredit?.data?.currency == "US Dollars" && (
|
{confirmCredit?.data?.currency == "US Dollars" && (
|
||||||
<button
|
<button
|
||||||
className="px-4 h-11 flex justify-center items-center border-gradient text-base rounded-full"
|
className="px-4 h-11 flex justify-center items-center btn-gradient text-white text-base rounded-full"
|
||||||
onClick={() => console.log("Test me")}
|
onClick={() => console.log("Test me")}
|
||||||
>
|
>
|
||||||
Proceed
|
Proceed
|
||||||
|
|||||||
Reference in New Issue
Block a user