From b24c5e7cf1469c945a49f4c99c4ca0231be72fc6 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 26 May 2021 10:19:43 -0700 Subject: [PATCH] IO-1128 Change labor allocations table coloring. --- .../labor-allocations-table.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}