mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Fix
This commit is contained in:
parent
21c012ab92
commit
80fc6d2cb0
@ -270,6 +270,10 @@ final class ThemePreviewControllerNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
self.previewTheme = theme
|
||||
|
||||
self.backgroundColor = self.previewTheme.list.plainBackgroundColor
|
||||
|
||||
self.pageControlNode.dotColor = self.previewTheme.chatList.unreadBadgeActiveBackgroundColor
|
||||
self.pageControlNode.inactiveDotColor = self.previewTheme.list.pageIndicatorInactiveColor
|
||||
|
||||
self.chatListBackgroundNode.backgroundColor = self.previewTheme.chatList.backgroundColor
|
||||
self.maskNode.image = generateMaskImage(color: self.previewTheme.chatList.backgroundColor)
|
||||
if case let .color(value) = self.previewTheme.chat.defaultWallpaper {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user