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
@@ -48,7 +48,7 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor clearColor];
self.separatorView.backgroundColor = ThemeService.shared.theme.headerTextSecondaryColor;
self.separatorView.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.disabledReasonTextView.font = [UIFont systemFontOfSize:15];
self.disabledReasonTextView.textColor = ThemeService.shared.theme.textPrimaryColor;