commit 83a504f3730a7bb3a5d92065d816c688491eaaec
parent 844b29f9f0ecb4004c00994e558bf0320dd4bdd7
Author: Marc Stibane <marc@taler.net>
Date: Fri, 19 Sep 2025 14:05:45 +0000
Background red/green
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/OIM/ChartHistoryView.swift b/TalerWallet1/Views/OIM/ChartHistoryView.swift
@@ -293,7 +293,7 @@ struct ChartOverlayV: View {
withStroke: Color.primary,
lineWidth: 2,
fill: LinearGradient(
- gradient: Gradient(colors: [WalletColors().talerColor, .white]),
+ gradient: Gradient(colors: [WalletColors().transactionColor(incoming), .white]),
startPoint: .top,
endPoint: .bottom
).opacity(0.85)