mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
MESSENGER-4179 send button wrong color
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user