commit c2742b96cfa6cc16f349ab8d9fe2a29c89cb7ea1
parent 5f4c6a0e59f3b1fcac79c04df1259c9d556c8b83
Author: Marc Stibane <marc@taler.net>
Date: Tue, 17 Sep 2024 21:33:19 +0200
layout - smaller font
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -115,7 +115,7 @@ extension BalancesSectionView: View {
if scopeInfo.type == .exchange {
let baseURL = scopeInfo.url?.trimURL ?? String(localized: "Unknown Payment Provider", comment: "exchange url")
Text(baseURL)
- .talerFont(.body)
+ .talerFont(.subheadline)
.foregroundColor(.secondary)
// .listRowSeparator(.hidden)
}