mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Use name colors in reply headers
This commit is contained in:
@@ -271,7 +271,7 @@ private func contentNodeMessagesAndClassesForItem(_ item: ChatMessageItem) -> ([
|
||||
return (result, needSeparateContainers, needReactions)
|
||||
}
|
||||
|
||||
private let chatMessagePeerIdColors: [UIColor] = [
|
||||
let chatMessagePeerIdColors: [UIColor] = [
|
||||
UIColor(rgb: 0xfc5c51),
|
||||
UIColor(rgb: 0xfa790f),
|
||||
UIColor(rgb: 0x895dd5),
|
||||
|
||||
Reference in New Issue
Block a user