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