gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 07/24: Only main title


From: gnunet
Subject: [taler-taler-ios] 07/24: Only main title
Date: Tue, 05 Dec 2023 16:26:03 +0100

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 0ab51f87910376a5c7fd5b2bbb7c5569317b31c6
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Nov 28 17:01:47 2023 +0100

    Only main title
---
 TalerWallet1/Views/HelperViews/AmountRowV.swift          | 2 +-
 TalerWallet1/Views/Transactions/TransactionRowView.swift | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/AmountRowV.swift 
b/TalerWallet1/Views/HelperViews/AmountRowV.swift
index 7fb6298..19f99dc 100644
--- a/TalerWallet1/Views/HelperViews/AmountRowV.swift
+++ b/TalerWallet1/Views/HelperViews/AmountRowV.swift
@@ -22,7 +22,7 @@ struct AmountRowV<Content: View>: View {
 
     var body: some View {
         let text = Text(amountStr)
-            .strikethrough(!doneOrPending)
+//            .strikethrough(!doneOrPending)
             .foregroundColor(amountColor)
             .accessibilityFont(largeAmountFont ? .title : .title2)
             .monospacedDigit()
diff --git a/TalerWallet1/Views/Transactions/TransactionRowView.swift 
b/TalerWallet1/Views/Transactions/TransactionRowView.swift
index 349bac6..67e41e7 100644
--- a/TalerWallet1/Views/Transactions/TransactionRowView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionRowView.swift
@@ -83,7 +83,7 @@ struct TransactionRowContentV: View {
 //                  .fontWeight(.medium)      iOS 16
                     .padding(.bottom, -2.0)
                 Text(centerBottom)
-                    .strikethrough(!doneOrPending)
+//                    .strikethrough(!doneOrPending)
                     .accessibilityFont(.callout)
             }
         }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]