Compare commits

..

1 Commits

Author SHA1 Message Date
victorAnumudu 5f81c0b847 edit job categpry text color for dark mode added 2023-12-12 06:03:03 +01:00
3 changed files with 4 additions and 4 deletions
@@ -34,7 +34,7 @@ function PastDueJobAction({jobDetails}) {
let reqData = { // API PAYLOADS
contract: jobDetails.contract,
contract_uid: jobDetails.contract_uid,
job_action: 'CANCEL_CONTRACT',
job_action: 'REQUEST_CANCEL',
}
if(!checked){ // CHECKS IF CHECKBOX IS SELECTED
+1 -1
View File
@@ -371,7 +371,7 @@ const EditJobPopOut = ({
Object.entries(categories)?.map(([key, value]) => (
<label
key={key}
className="flex gap-1 w-full items-center"
className="flex gap-1 w-full items-center dark:text-white"
>
<Field
type="checkbox"
+2 -2
View File
@@ -133,9 +133,9 @@ function OfferJobPopout({ details, onClose, situation }) {
</svg>
</button>
</div>
<div className="md:flex bg-white dark:bg-dark-white rounded-lg shadow-lg">
<div className="md:flex bg-white rounded-lg shadow-lg">
<div className="p-4 w-full md:w-3/4 md:border-r-2">
<p className="text-lg my-5 font-semibold text-slate-900 dark:text-white tracking-wide">
<p className="text-lg my-5 font-semibold text-slate-900 tracking-wide">
{details.title}
</p>