diff --git a/src/components/AddJob/AddJob.jsx b/src/components/AddJob/AddJob.jsx index 325dd07..2d6cd1d 100644 --- a/src/components/AddJob/AddJob.jsx +++ b/src/components/AddJob/AddJob.jsx @@ -114,7 +114,7 @@ function AddJob({ popUpHandler, categories }) { id="country" name="country" value={props.values.country} - className={`input-field p-2 mt-3 rounded-md placeholder:text-base text-dark-gray dark:text-white w-full h-10 bg-slate-100 dark:bg-[#11131F] focus:ring-0 focus:outline-none border`} + className={`input-field p-2 mt-3 rounded-full placeholder:text-base text-dark-gray w-full h-[42px] bg-slate-100 focus:ring-0 focus:outline-none border`} onChange={props.handleChange} onBlur={props.handleBlur} disabled={walletDetails.data.length == 1} @@ -177,6 +177,42 @@ function AddJob({ popUpHandler, categories }) { } /> + + {/* Timeline */} +
+ {/*
{addedDate} -
+ */}{value.status_text}
diff --git a/src/components/jobPopout/EditJobPopoutNew.jsx b/src/components/jobPopout/EditJobPopoutNew.jsx index 026e298..05a64b1 100644 --- a/src/components/jobPopout/EditJobPopoutNew.jsx +++ b/src/components/jobPopout/EditJobPopoutNew.jsx @@ -302,15 +302,15 @@ const EditJobPopoutNew = ({