From 34a16ef5394dd49a2e1196c0d78545619be0b7c6 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Thu, 20 Dec 2018 02:13:05 +0300 Subject: [PATCH] Fix poll colors in day theme --- TelegramUI/DefaultPresentationTheme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramUI/DefaultPresentationTheme.swift b/TelegramUI/DefaultPresentationTheme.swift index 75f91987c0..bce6369c81 100644 --- a/TelegramUI/DefaultPresentationTheme.swift +++ b/TelegramUI/DefaultPresentationTheme.swift @@ -277,7 +277,7 @@ private func makeDefaultPresentationTheme(accentColor: UIColor, day: Bool) -> Pr incomingMediaPlaceholderColor: UIColor(rgb: 0xffffff).withMultipliedBrightnessBy(0.95), outgoingMediaPlaceholderColor: accentColor.withMultipliedBrightnessBy(0.95), incomingPolls: PresentationThemeChatBubblePolls(radioButton: UIColor(rgb: 0xc8c7cc), radioProgress: accentColor, highlight: accentColor.withAlphaComponent(0.12), separator: UIColor(rgb: 0xc8c7cc), bar: accentColor), - outgoingPolls: PresentationThemeChatBubblePolls(radioButton: UIColor(rgb: 0xffffff, alpha: 0.6), radioProgress: UIColor(rgb: 0x3FC33B), highlight: UIColor(rgb: 0x3FC33B).withAlphaComponent(0.12), separator: .white, bar: UIColor(rgb: 0x007ee5)) + outgoingPolls: PresentationThemeChatBubblePolls(radioButton: UIColor(rgb: 0xffffff, alpha: 0.6), radioProgress: .white, highlight: UIColor.white.withAlphaComponent(0.12), separator: UIColor(rgb: 0xffffff, alpha: 0.6), bar: .white) ) let serviceMessage = PresentationThemeServiceMessage(