From 070be959288b11ac7a3097e4228d8c82fdee1275 Mon Sep 17 00:00:00 2001 From: csimonis Date: Wed, 23 Apr 2025 12:32:23 +0200 Subject: [PATCH] style(transaction-history): Adjust heading and paragraph styles --- .../transaction-history/transaction-history.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/feature/transaction-history/transaction-history.component.html b/frontend/src/app/feature/transaction-history/transaction-history.component.html index 73a5679..974964c 100644 --- a/frontend/src/app/feature/transaction-history/transaction-history.component.html +++ b/frontend/src/app/feature/transaction-history/transaction-history.component.html @@ -16,8 +16,8 @@ /> - -

Hier siehst du alle vergangenen Einzahlungen

+ +

Hier siehst du alle vergangenen Einzahlungen

@for (transaction of (transactionData$ | async)?.transactions; track null) {