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}