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
@@ -101,7 +101,7 @@ final class KeyBackupSetupRecoveryKeyViewController: UIViewController {
self.recoveryKeyTitleLabel.textColor = theme.textPrimaryColor
self.recoveryKeyLabel.textColor = theme.textPrimaryColor
self.separatorView.backgroundColor = theme.separatorColor
self.separatorView.backgroundColor = theme.lineBreakColor
theme.applyStyle(onButton: self.makeCopyButton)