mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Reskin: Use same color names as in https://app.zeplin.io/project/5c122fa790c5b4241ffa6be7/screen/5c619592daff2f1241d82e75
This commit is contained in:
@@ -237,7 +237,7 @@ final class KeyBackupSetupPassphraseViewController: UIViewController {
|
||||
textColor = self.theme.tintColor
|
||||
} else {
|
||||
text = VectorL10n.keyBackupSetupPassphrasePassphraseInvalid
|
||||
textColor = self.theme.notificationPrimaryColor
|
||||
textColor = self.theme.noticeColor
|
||||
}
|
||||
|
||||
self.passphraseAdditionalLabel.text = text
|
||||
@@ -254,7 +254,7 @@ final class KeyBackupSetupPassphraseViewController: UIViewController {
|
||||
textColor = self.theme.tintColor
|
||||
} else {
|
||||
text = VectorL10n.keyBackupSetupPassphraseConfirmPassphraseInvalid
|
||||
textColor = self.theme.notificationPrimaryColor
|
||||
textColor = self.theme.noticeColor
|
||||
}
|
||||
|
||||
self.confirmPassphraseAdditionalLabel.text = text
|
||||
|
||||
Reference in New Issue
Block a user