diff --git a/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx b/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx index aceb28f82..6e5e34cf3 100644 --- a/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx +++ b/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx @@ -83,24 +83,12 @@ export default function JobsCreateVehicleInfoNewComponent() { diff --git a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx index 395169d6f..304eabe84 100644 --- a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx +++ b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx @@ -110,7 +110,7 @@ export function LaborAllocationsTable({ render: (text, record) => ( 0 ? "green" : "red", + color: record.difference >= 0 ? "green" : "red", }} > {record.difference}