MESSENGER-4966 color changes login flow and all chat

This commit is contained in:
JanNiklas Grabowski
2023-08-22 08:35:28 +00:00
committed by Arnfried Griesert
parent 30ca54a025
commit 0095c41ee4
11 changed files with 76 additions and 13 deletions
@@ -101,6 +101,8 @@ final class KeyVerificationSelfVerifyWaitViewController: UIViewController {
self.mobileClientImageView.tintColor = theme.tintColor
self.recoverSecretsAvailabilityLoadingLabel.textColor = theme.textSecondaryColor
self.recoverSecretsAvailabilityActivityIndicatorView.color = theme.tintColor
// BWI: #4966
self.recoverSecretsButton.update(theme: theme)
}
private func registerThemeServiceDidChangeThemeNotification() {