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
@@ -77,6 +77,7 @@
// Use the primary bg color for the table view in plain style.
self.tableView.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.tableView.separatorColor = ThemeService.shared.theme.lineBreakColor;
topview.backgroundColor = ThemeService.shared.theme.backgroundColor;
if (self.tableView.dataSource)