Turn Running total box transparent

This commit is contained in:
Henrik Giesel 2021-01-19 12:27:20 +01:00
parent d780c96b28
commit a656dd5541

View file

@ -253,7 +253,11 @@ export function renderReviews(
i18n.tr(i18n.TR.STATISTICS_COUNTS_EARLY_CARDS), i18n.tr(i18n.TR.STATISTICS_COUNTS_EARLY_CARDS),
valueLabel(totals[4]), valueLabel(totals[4]),
], ],
["grey", i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL), valueLabel(cumulative)], [
"transparent",
i18n.tr(i18n.TR.STATISTICS_RUNNING_TOTAL),
valueLabel(cumulative),
],
]; ];
for (const [colour, label, detail] of lines) { for (const [colour, label, detail] of lines) {
buf += `<tr> buf += `<tr>