feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint

This commit is contained in:
Dave
2026-01-12 14:22:29 -05:00
parent 0b2a7f07a7
commit f99f8ab7f8
10 changed files with 26 additions and 15 deletions

View File

@@ -413,8 +413,10 @@ export function BillFormComponent({
/>
<Statistic
title={t("bills.labels.discrepancy")}
valueStyle={{
color: totals.discrepancy.getAmount() === 0 ? "green" : "red"
styles={{
value: {
color: totals.discrepancy.getAmount() === 0 ? "green" : "red"
}
}}
value={totals.discrepancy.toFormat()}
precision={2}