IO-1128 Change labor allocations table coloring.

This commit is contained in:
Patrick Fic
2021-05-26 10:19:43 -07:00
parent 3e59c60477
commit b24c5e7cf1

View File

@@ -110,7 +110,7 @@ export function LaborAllocationsTable({
render: (text, record) => ( render: (text, record) => (
<strong <strong
style={{ style={{
color: record.difference > 0 ? "green" : "red", color: record.difference >= 0 ? "green" : "red",
}} }}
> >
{record.difference} {record.difference}