mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Apply new lineBreakColor where needed
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user