MESSENGER-5668 change button appearance key backup

This commit is contained in:
JanNiklas Grabowski
2024-02-23 16:45:48 +01:00
parent 62a3bc70f5
commit 507eeabf75
2 changed files with 11 additions and 14 deletions
@@ -31,7 +31,7 @@ final class KeyBackupRecoverSuccessViewController: UIViewController {
@IBOutlet private weak var informationLabel: UILabel!
@IBOutlet private weak var doneButtonBackgroundView: UIView!
@IBOutlet private weak var doneButton: UIButton!
@IBOutlet private weak var doneButton: RoundedButton!
// MARK: Private
@@ -101,7 +101,7 @@ final class KeyBackupRecoverSuccessViewController: UIViewController {
self.informationLabel.textColor = theme.textPrimaryColor
self.doneButtonBackgroundView.backgroundColor = theme.backgroundColor
theme.applyStyle(onButton: self.doneButton)
self.doneButton.update(theme: theme)
}
private func registerThemeServiceDidChangeThemeNotification() {