Few changes

This commit was merged in pull request #307.
This commit is contained in:
2023-07-13 23:12:29 +01:00
parent 20ce9bf749
commit 4e2f120ab5
3 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ function AddFundPop({ _payment, input, setInput, onClose, setConfirmCredit }) {
<button
onClick={handleSubmit}
type="button"
className="px-4 py-1 h-11 flex justify-center space-x-1 items-center btn-gradient text-base rounded-full text-white max-w-[100px]"
className="px-4 py-1 h-11 flex justify-center space-x-1 items-center btn-gradient text-base rounded-full text-white max-w-[100px] w-full"
>
{loader ? (
<LoadingSpinner size="6" color="sky-blue" />