mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various theming fixes
This commit is contained in:
@@ -21,9 +21,10 @@ public func customizeDefaultDayTheme(theme: PresentationTheme, editing: Bool, ac
|
||||
var chat = theme.chat
|
||||
var actionSheet = theme.actionSheet
|
||||
|
||||
var bubbleColors = bubbleColors
|
||||
var outgoingAccent: UIColor?
|
||||
var suggestedWallpaper: TelegramWallpaper?
|
||||
|
||||
var bubbleColors = bubbleColors
|
||||
if bubbleColors == nil, editing {
|
||||
if day {
|
||||
let accentColor = accentColor ?? defaultDayAccentColor
|
||||
|
||||
Reference in New Issue
Block a user