Correct Drop Down Style for naira withdrawal

This commit was merged in pull request #366.
This commit is contained in:
2023-07-31 15:09:12 +01:00
parent fc8cf551e5
commit 1df6380c4a
@@ -448,7 +448,7 @@ function NairaWithdraw({
{/* <label className="text-[#181c32] dark:text-white text-base font-semibold block flex-[0.2] mb-0 mt-3"></label> */}
<div className="flex flex-col gap-3 flex-[0.8] items-center">
<select
className="sm:w-full w-48 text-base p-2 text-dark-gray dark:text-white rounded-md border border-slate-300 outline-0 flex-[0.8]"
className="sm:w-full w-48 text-dark-gray border-slate-300 outline-0 flex-[0.8] my-3 rounded-full p-2 outline-none text-base dark:text-gray-100 bg-[#FAFAFA] dark:bg-[#11131F] border appearance-none"
value={
props.values.previousAccount?.recipientID
}
@@ -473,7 +473,7 @@ function NairaWithdraw({
?.recipientID
? errorMsgs.previousAccount
.recipientID
: "Select..."}
: "Select an account"}
</option>
{recipients.data.map((item, index) => (
<option