[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 03/04: Date/time smaller and with secondary color
From: |
gnunet |
Subject: |
[taler-taler-ios] 03/04: Date/time smaller and with secondary color |
Date: |
Tue, 26 Sep 2023 15:07:51 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit 6820a558c0a032947e4f4d5918ecc6d7e8936ee9
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 26 09:58:47 2023 +0200
Date/time smaller and with secondary color
---
TalerWallet1/Views/Transactions/TransactionDetailView.swift | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionDetailView.swift
b/TalerWallet1/Views/Transactions/TransactionDetailView.swift
index 148d755..97953e5 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.