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