Poll improvements

This commit is contained in:
Ali
2020-01-14 16:08:48 +04:00
parent d775a5f178
commit 0fa6de6410
59 changed files with 4583 additions and 3953 deletions

View File

@@ -1065,7 +1065,7 @@ extension PresentationThemeChatBubblePolls: Codable {
highlight: try decodeColor(values, .highlight),
separator: try decodeColor(values, .separator),
bar: bar,
barIconForeground: (try? decodeColor(values, .barIconForeground)) ?? .white,
barIconForeground: (try? decodeColor(values, .barIconForeground)) ?? .clear,
barPositive: (try? decodeColor(values, .barPositive)) ?? bar,
barNegative: (try? decodeColor(values, .barNegative)) ?? bar
)