mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Name color improvements
This commit is contained in:
@@ -222,6 +222,9 @@ public class ChatMessageReplyInfoNode: ASDisplayNode {
|
||||
if dashSecondaryColor != nil {
|
||||
secondaryColor = .clear
|
||||
}
|
||||
if dashTertiaryColor != nil {
|
||||
tertiaryColor = .clear
|
||||
}
|
||||
}
|
||||
dustColor = incoming ? arguments.presentationData.theme.theme.chat.message.incoming.secondaryTextColor : arguments.presentationData.theme.theme.chat.message.outgoing.secondaryTextColor
|
||||
case .standalone:
|
||||
@@ -230,6 +233,9 @@ public class ChatMessageReplyInfoNode: ASDisplayNode {
|
||||
if dashSecondaryColor != nil {
|
||||
secondaryColor = .clear
|
||||
}
|
||||
if dashTertiaryColor != nil {
|
||||
tertiaryColor = .clear
|
||||
}
|
||||
|
||||
mainColor = serviceMessageColorComponents(chatTheme: arguments.presentationData.theme.theme.chat, wallpaper: arguments.presentationData.theme.wallpaper).primaryText
|
||||
dustColor = titleColor
|
||||
|
||||
Reference in New Issue
Block a user