taler-ios

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

commit 8c465e6a2453c63048ebecb44dc09fbc119a6b77
parent ee68a13c4470467cb9731c8d63f2539d12ba608e
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 11 Dec 2025 18:58:32 +0100

secondaryBackground

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

diff --git a/TalerWallet1/Helper/WalletColors.swift b/TalerWallet1/Helper/WalletColors.swift @@ -63,6 +63,10 @@ public struct WalletColors { : Color(.systemBackground) } + var secondaryBackground: Color { + Color(.secondarySystemGroupedBackground) + } + var sideBackground: Color { gray6 }