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
@@ -379,7 +379,7 @@ function ConfirmAddFund({
<hr />
<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 border-gradient text-base rounded-full"
className="px-4 py-1 h-11 max-w-[100px] w-full flex justify-center bg-[#f5a430] text-black items-center border-gradient text-base rounded-full"
onClick={getBack}
>
Back