css fixes for uniform btn

This commit was merged in pull request #374.
This commit is contained in:
2023-08-01 19:50:52 +01:00
parent 31cb7a521d
commit 173b2adc66
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -138,12 +138,12 @@ function AddFundPop({
</div>
)}
{countryWallet == "NG" && <div className="h-[18rem]"></div>}
{countryWallet == "NG" && <div className="h-[19rem]"></div>}
{countryWallet == "NG" && (
<div className="md:p-8 p-4 add-fund-btn flex justify-end items-center py-4 gap-4">
<button
className="px-4 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
className="px-4 py-1 h-11 max-w-[100px] w-full flex justify-center items-center bg-[#f5a430] text-black text-base rounded-full"
onClick={onClose}
>
Cancel