IO-1128 Change labor allocations table coloring.
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user