Styling Updates

This commit is contained in:
Andre Beging
2024-11-07 07:50:35 +01:00
parent e1ac7d420e
commit 07bd63c450
4 changed files with 20 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
<h1>@Invoice.InvoiceId</h1>
<h1>Rechnung #@Invoice.InvoiceId</h1>
<button type="button" class="btn btn-primary" @onclick="SaveInvoiceAsync">Speichern</button>
<button type="button" class="btn btn-info" @onclick="GenerateInvoiceAsync">Generieren</button>