commit c53edd4f43e969234f706106e0ee1581a34b9ac4 parent a622afd518f9adf02a9f856bb70bf406c3512184 Author: Marc Stibane <marc@taler.net> Date: Sat, 14 Oct 2023 09:27:56 +0200 Bargraph after Currency Diffstat:
| M | TalerWallet1/Views/Balances/BalancesSectionView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift b/TalerWallet1/Views/Balances/BalancesSectionView.swift @@ -111,9 +111,9 @@ extension BalancesSectionView: View { } } header: { HStack (alignment: .center, spacing: 10) { - BarGraph(transactions: $completedTransactions, barHeight: 10) Text(currency) .accessibilityFont(.title2) + BarGraph(transactions: $completedTransactions, barHeight: 10) } }.id(sectionID) .task {