From 6b40f06a691e1264f6e35b6a5616198e6977787d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 Mar 2019 20:17:42 +0300 Subject: Named colours --- Juick/Views/ConversationCell.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Juick/Views/ConversationCell.m') diff --git a/Juick/Views/ConversationCell.m b/Juick/Views/ConversationCell.m index bcf99e7..e4a000c 100644 --- a/Juick/Views/ConversationCell.m +++ b/Juick/Views/ConversationCell.m @@ -7,12 +7,11 @@ // #import "ConversationCell.h" -#import "ColorScheme.h" @implementation ConversationCell -(void) configureWithChat:(Chat *)chat { - self.chatName.textColor = [ColorScheme linkColor]; + self.chatName.textColor = [UIColor colorNamed:@"Title"]; self.chatName.text = chat.uname; self.lastMessage.text = chat.lastMessageText; self.unreadMarker.hidden = true; -- cgit v1.2.3