mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Reskin: Replace separatorColor with lineBreakColor, the color introduced in the new uniformed palette
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user