mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Name colors improvements
This commit is contained in:
@@ -201,7 +201,7 @@ public class ChatMessageReplyInfoNode: ASDisplayNode {
|
||||
|
||||
let author = arguments.message?.effectiveAuthor
|
||||
|
||||
let colors = author?.nameColor.flatMap { arguments.context.peerNameColors.get($0) }
|
||||
let colors = author?.nameColor.flatMap { arguments.context.peerNameColors.get($0, dark: arguments.presentationData.theme.theme.overallDarkAppearance) }
|
||||
authorNameColor = colors?.main
|
||||
dashSecondaryColor = colors?.secondary
|
||||
dashTertiaryColor = colors?.tertiary
|
||||
|
||||
Reference in New Issue
Block a user