MESSENGER-4179 send button wrong color

This commit is contained in:
Arnfried Griesert
2023-03-02 14:50:31 +00:00
parent b1c85b9a24
commit c94184f74c
32 changed files with 110 additions and 17 deletions
@@ -72,6 +72,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
self.legacyAppDelegate.window = window
self.legacyAppDelegate.application(application, didFinishLaunchingWithOptions: launchOptions)
// bwi: set the tint color for the alert buttons
UIView.appearance(whenContainedInInstancesOf: [UIAlertController.self]).tintColor = ThemeService.shared().theme.tintColor
return true
}