style(transaction-history): Adjust heading and paragraph styles
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / prettier (pull_request) Successful in 34s
CI / eslint (pull_request) Successful in 36s
CI / Checkstyle Main (pull_request) Successful in 50s
CI / test-build (pull_request) Successful in 46s

This commit is contained in:
csimonis 2025-04-23 12:32:23 +02:00
parent d46ec45f4a
commit 070be95928

View file

@ -16,8 +16,8 @@
/> />
</svg> </svg>
</button> </button>
<h2 class="modal-heading">Transaktionen</h2> <h2 class="modal-heading mb-0">Transaktionen</h2>
<p class="py-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p> <p class="pb-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p>
@for (transaction of (transactionData$ | async)?.transactions; track null) { @for (transaction of (transactionData$ | async)?.transactions; track null) {
<div class="flex justify-between items-center mb-4"> <div class="flex justify-between items-center mb-4">
<div> <div>