feature/IO-3497-Ant-Design-v5-to-v6 - Signed off Files
This commit is contained in:
@@ -30,12 +30,12 @@ export function ScoreboardDayStats({ bodyshop, date, entries }) {
|
||||
return (
|
||||
<Card title={dayjs(date).format("D - ddd")} className="ant-card-grid-hoverable" style={{ height: "100%" }}>
|
||||
<Statistic
|
||||
valueStyle={{ color: dailyBodyTarget > bodyHrs ? "red" : "green" }}
|
||||
styles={{ content: { color: dailyBodyTarget > bodyHrs ? "red" : "green" } }}
|
||||
label="Body"
|
||||
value={bodyHrs.toFixed(1)}
|
||||
/>
|
||||
<Statistic
|
||||
valueStyle={{ color: dailyPaintTarget > paintHrs ? "red" : "green" }}
|
||||
styles={{ content: { color: dailyPaintTarget > paintHrs ? "red" : "green" } }}
|
||||
label="Refinish"
|
||||
value={paintHrs.toFixed(1)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user