IO-1128 Change labor allocations table coloring.
This commit is contained in:
@@ -110,7 +110,7 @@ export function LaborAllocationsTable({
|
||||
render: (text, record) => (
|
||||
<strong
|
||||
style={{
|
||||
color: record.difference > 0 ? "green" : "red",
|
||||
color: record.difference >= 0 ? "green" : "red",
|
||||
}}
|
||||
>
|
||||
{record.difference}
|
||||
|
||||
Reference in New Issue
Block a user