Correct Drop Down Style for naira withdrawal #366

Merged
ameye merged 1 commits from tx_ref-change into master 2023-07-31 17:56:15 +00:00
@@ -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