From 7a2325ffd756c47d748866f9a0ff4347dcab7d53 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Tue, 15 Oct 2019 19:48:35 +0400 Subject: [PATCH] Fix standalone wallet theme --- Wallet/Sources/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Wallet/Sources/AppDelegate.swift b/Wallet/Sources/AppDelegate.swift index 5d666c8dc1..3d14badc3f 100644 --- a/Wallet/Sources/AppDelegate.swift +++ b/Wallet/Sources/AppDelegate.swift @@ -428,6 +428,8 @@ private final class WalletContextImpl: NSObject, WalletContext, UIImagePickerCon self.presentationData = WalletPresentationData( theme: WalletTheme( info: WalletInfoTheme( + buttonBackgroundColor: accentColor, + buttonTextColor: .white, incomingFundsTitleColor: UIColor(rgb: 0x00b12c), outgoingFundsTitleColor: UIColor(rgb: 0xff3b30) ), setup: WalletSetupTheme(