commit 50ade44b1821dbdcf18ffd8dffb27beed488a081
parent 4fb9fe50ab11f271c92618fefab7335f3ea49d65
Author: Marc Stibane <marc@taler.net>
Date: Wed, 23 Jul 2025 21:01:38 +0200
amount color
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionRowView.swift b/TalerWallet1/Views/Transactions/TransactionRowView.swift
@@ -127,7 +127,7 @@ struct TransactionRowView: View {
needsKYC: needsKYC && pending)
let amountV = AmountV(scope, amount(), isNegative: isZero ? nil : !incoming,
strikethrough: !doneOrPending)
- .foregroundColor(foreColor)
+ .foregroundColor(for2Color)
let topA11y = topString(forA11y: true)!
let topString = topString()
let strikeColor = doneOrPending ? nil : WalletColors().negative