mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 14:02:48 +00:00
Fix standalone wallet theme
This commit is contained in:
parent
099a4c0585
commit
7a2325ffd7
@ -428,6 +428,8 @@ private final class WalletContextImpl: NSObject, WalletContext, UIImagePickerCon
|
|||||||
self.presentationData = WalletPresentationData(
|
self.presentationData = WalletPresentationData(
|
||||||
theme: WalletTheme(
|
theme: WalletTheme(
|
||||||
info: WalletInfoTheme(
|
info: WalletInfoTheme(
|
||||||
|
buttonBackgroundColor: accentColor,
|
||||||
|
buttonTextColor: .white,
|
||||||
incomingFundsTitleColor: UIColor(rgb: 0x00b12c),
|
incomingFundsTitleColor: UIColor(rgb: 0x00b12c),
|
||||||
outgoingFundsTitleColor: UIColor(rgb: 0xff3b30)
|
outgoingFundsTitleColor: UIColor(rgb: 0xff3b30)
|
||||||
), setup: WalletSetupTheme(
|
), setup: WalletSetupTheme(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user