Reskin: Replace separatorColor with lineBreakColor, the color introduced in the new uniformed palette

This commit is contained in:
manuroe
2019-02-13 09:39:32 +01:00
parent 0a73f23be6
commit 048455190a
5 changed files with 2 additions and 7 deletions
@@ -147,7 +147,7 @@ final class KeyBackupSetupPassphraseViewController: UIViewController {
attributes: [.foregroundColor : theme.placeholderTextColor])
self.updatePassphraseAdditionalLabel()
self.formSeparatorView.backgroundColor = theme.separatorColor
self.formSeparatorView.backgroundColor = theme.lineBreakColor
self.confirmPassphraseTitleLabel.textColor = theme.textPrimaryColor
theme.applyStyle(onTextField: self.confirmPassphraseTextField)