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 29aa20f810
commit 214af86039
5 changed files with 2 additions and 7 deletions

View File

@@ -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)