Cahnged Color

This commit is contained in:
2025-05-07 19:15:41 +02:00
parent f1ef5fce58
commit 3332b7f258

View File

@@ -55,7 +55,7 @@ setupPage()
<td>Offene Rechnungen:</td>
<td
v-if="unpaidInvoicesSum > 0"
class="text-rose-600 font-bold text-nowrap"
class="text-orange-500 font-bold text-nowrap"
>{{unpaidInvoicesCount}} Stk /<br> {{useCurrency(unpaidInvoicesSum)}}</td>
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00</td>
</tr>