Fix: Add dark mode support for Total column in luz_camara

This commit is contained in:
2026-02-22 13:50:26 -06:00
parent ada8a7548c
commit cbf7bcd5a4
2 changed files with 2 additions and 1 deletions

View File

@@ -193,7 +193,7 @@ foreach ($matrix['houses'] as $house):
<?php
endforeach; ?>
<td class="text-end fw-bold table-active">
<td class="text-end fw-bold table-total">
$
<?= number_format($houseTotal, 2)?>
</td>