From 359344772e40fa38cc9e4389f690b2f9e6bf246e Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 2 Apr 2024 14:56:07 +0100 Subject: [PATCH] added space between buttons --- .../MyActiveJobs/ActiveJobsMedia.jsx | 2 +- .../MyWallet/Popup/AddFundDollars.jsx | 82 ++++++++++--------- src/components/MyWallet/Popup/AddFundPop.jsx | 44 +++++----- .../MyWallet/Popup/ConfirmAddFund.jsx | 54 ++++++------ .../MyWallet/Popup/ConfirmNairaWithdraw.jsx | 62 +++++++------- .../MyWallet/Popup/NairaWithdraw.jsx | 48 +++++------ 6 files changed, 152 insertions(+), 140 deletions(-) diff --git a/src/components/MyActiveJobs/ActiveJobsMedia.jsx b/src/components/MyActiveJobs/ActiveJobsMedia.jsx index 9490eb7..3e545eb 100644 --- a/src/components/MyActiveJobs/ActiveJobsMedia.jsx +++ b/src/components/MyActiveJobs/ActiveJobsMedia.jsx @@ -385,7 +385,7 @@ function ActiveJobsMedia(props) {
- Price:{" "} + Reward:{" "} {thePrice}
diff --git a/src/components/MyWallet/Popup/AddFundDollars.jsx b/src/components/MyWallet/Popup/AddFundDollars.jsx index 3fbc2cd..b981dcd 100644 --- a/src/components/MyWallet/Popup/AddFundDollars.jsx +++ b/src/components/MyWallet/Popup/AddFundDollars.jsx @@ -588,26 +588,28 @@ function AddFundDollars(props) { -
- - +
+
+ + +
); @@ -620,25 +622,27 @@ function AddFundDollars(props) {
{selectedOption == "previous" && ( -
- - +
+
+ + +
)} diff --git a/src/components/MyWallet/Popup/AddFundPop.jsx b/src/components/MyWallet/Popup/AddFundPop.jsx index 77b3001..5b41611 100644 --- a/src/components/MyWallet/Popup/AddFundPop.jsx +++ b/src/components/MyWallet/Popup/AddFundPop.jsx @@ -171,27 +171,29 @@ function AddFundPop({ {countryWallet == "NG" &&
} {countryWallet == "NG" && ( -
- - +
+
+ + +
)}
diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 79f0e77..37f414a 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -424,35 +424,37 @@ function ConfirmAddFund({
-
- - {__confirmCountry === "US" && ( +
+
- )} - {__confirmCountry === "NG" && ( - - )} + {__confirmCountry === "US" && ( + + )} + {__confirmCountry === "NG" && ( + + )} +
); diff --git a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx index a6fec7f..08f9f5b 100644 --- a/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx +++ b/src/components/MyWallet/Popup/ConfirmNairaWithdraw.jsx @@ -387,37 +387,39 @@ function ConfirmNairaWithdraw({ > {requestStatus.message && requestStatus.message}

-
- {!completeNairaWithdraw.show && ( - - )} - - )} - + + +
)} diff --git a/src/components/MyWallet/Popup/NairaWithdraw.jsx b/src/components/MyWallet/Popup/NairaWithdraw.jsx index 1a88f61..4ce4067 100644 --- a/src/components/MyWallet/Popup/NairaWithdraw.jsx +++ b/src/components/MyWallet/Popup/NairaWithdraw.jsx @@ -794,30 +794,32 @@ function NairaWithdraw({ -
- +
+
+ - + +
)