taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 0ab51f87910376a5c7fd5b2bbb7c5569317b31c6
parent ced4d03919aaa4f3295b5ad0446d00893208f89a
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 28 Nov 2023 17:01:47 +0100

Only main title

Diffstat:
MTalerWallet1/Views/HelperViews/AmountRowV.swift | 2+-
MTalerWallet1/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 @@ -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 @@ -83,7 +83,7 @@ struct TransactionRowContentV: View { // .fontWeight(.medium) iOS 16 .padding(.bottom, -2.0) Text(centerBottom) - .strikethrough(!doneOrPending) +// .strikethrough(!doneOrPending) .accessibilityFont(.callout) } }