Apply new lineBreakColor where needed

This commit is contained in:
SBiOSoftWhare
2019-02-18 12:53:13 +01:00
parent e041bc1fef
commit e747e2d6dc
32 changed files with 44 additions and 7 deletions

View File

@@ -79,6 +79,7 @@
// Check the table view style to select its bg color.
self.searchTableView.backgroundColor = ((self.searchTableView.style == UITableViewStylePlain) ? ThemeService.shared.theme.backgroundColor : ThemeService.shared.theme.headerBackgroundColor);
self.view.backgroundColor = self.searchTableView.backgroundColor;
self.searchTableView.separatorColor = ThemeService.shared.theme.lineBreakColor;
self.noResultsLabel.textColor = ThemeService.shared.theme.backgroundColor;