mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix SwiftLint warnings
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ final class KeyBackupRecoverFromRecoveryKeyViewController: UIViewController {
|
||||
self.recoveryKeyTitleLabel.textColor = theme.textPrimaryColor
|
||||
theme.applyStyle(onTextField: self.recoveryKeyTextField)
|
||||
self.recoveryKeyTextField.attributedPlaceholder = NSAttributedString(string: VectorL10n.keyBackupRecoverFromRecoveryKeyRecoveryKeyPlaceholder,
|
||||
attributes: [.foregroundColor : theme.placeholderTextColor])
|
||||
attributes: [.foregroundColor: theme.placeholderTextColor])
|
||||
|
||||
theme.applyStyle(onButton: self.importFileButton)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user