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/ViewControllers/DialogsViewController.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Juick/ViewControllers/DialogsViewController.m') diff --git a/Juick/ViewControllers/DialogsViewController.m b/Juick/ViewControllers/DialogsViewController.m index 1f9f8e0..cbf0024 100644 --- a/Juick/ViewControllers/DialogsViewController.m +++ b/Juick/ViewControllers/DialogsViewController.m @@ -8,7 +8,6 @@ #import "DialogsViewController.h" #import "ChatViewController.h" -#import "ColorScheme.h" #import "ConversationCell.h" #import "APIClient.h" #import "AppDelegate.h" @@ -17,7 +16,7 @@ - (void)viewDidLoad { [super viewDidLoad]; self.navigationController.visibleViewController.navigationItem.title = @"Chats"; - [self.view setBackgroundColor:[ColorScheme mainBackground]]; + [self.view setBackgroundColor:[UIColor colorNamed:@"Background"]]; [self.tableView registerNib:[UINib nibWithNibName:@"ConversationCell" bundle:[NSBundle mainBundle]] forCellReuseIdentifier:@"notificationCell"]; [self refreshData]; self.refreshControl = [UIRefreshControl new]; -- cgit v1.2.3