taler-ios

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

commit 6c912c2d00971dfc8752963a173f564f23dd8b38
parent 9f8573700bcca219b60dacf931bccfc086b3e4e0
Author: Marc Stibane <marc@taler.net>
Date:   Sat,  8 Aug 2026 20:19:11 +0200

more contrast for picker

Diffstat:
MTalerWallet1/Helper/WalletColors.swift | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Helper/WalletColors.swift b/TalerWallet1/Helper/WalletColors.swift @@ -114,8 +114,8 @@ public struct WalletColors { } func pickerSelected(_ scheme: ColorScheme, _ contrast: ColorSchemeContrast) -> Color { - return contrast == .increased ? (scheme == .dark ? gray3 : gray4) - : (scheme == .dark ? gray4 : gray5) + return contrast == .increased ? (scheme == .dark ? gray2 : gray3) + : (scheme == .dark ? gray3 : gray4) } var pickerBackground: Color {