commit 6820a558c0a032947e4f4d5918ecc6d7e8936ee9
parent bb2afe29c3ed50a2afa5fe4c0bf7aa63c4640a26
Author: Marc Stibane <marc@taler.net>
Date: Tue, 26 Sep 2023 09:58:47 +0200
Date/time smaller and with secondary color
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionDetailView.swift b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
@@ -67,7 +67,8 @@ struct TransactionDetailView: View {
} }
} // Suspend + Resume buttons
Text(dateString)
- .accessibilityFont(.title2)
+ .accessibilityFont(.body)
+ .foregroundColor(.secondary)
.listRowSeparator(.hidden)
HStack {
Text(verbatim: "|") // only reason for this leading-aligned text is to get a nice full length listRowSeparator