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
@@ -112,6 +112,12 @@
self.messageLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
self.messageLabel.numberOfLines = 0;
self.userLoginSeparator.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.emailSeparator.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.phoneSeparator.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.passwordSeparator.backgroundColor = ThemeService.shared.theme.lineBreakColor;
self.repeatPasswordSeparator.backgroundColor = ThemeService.shared.theme.lineBreakColor;
if (self.userLoginTextField.placeholder)
{