commit 9f8573700bcca219b60dacf931bccfc086b3e4e0
parent 6e46ea3807758eb9a7d062e12fc851e8413a833f
Author: Marc Stibane <marc@taler.net>
Date: Fri, 7 Aug 2026 17:05:13 +0200
fix icon color
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Balances/DiscountPasses.swift b/TalerWallet1/Views/Balances/DiscountPasses.swift
@@ -243,6 +243,7 @@ struct DiscountPassesSection: View {
Text(discText)
} icon: {
Image(ICONNAME_DISCOUNTS, SYSTEM_DISCOUNTS)
+ .renderingMode(.template)
.foregroundColor(discColor)
}
@@ -252,6 +253,7 @@ struct DiscountPassesSection: View {
Text(passText)
} icon: {
Image(ICONNAME_PASSES, SYSTEM_PASSES)
+ .renderingMode(.template)
.foregroundColor(passColor)
}