diff --git a/FreeOTP/AppDelegate.swift b/FreeOTP/AppDelegate.swift index 46b60cb..0c1cb57 100644 --- a/FreeOTP/AppDelegate.swift +++ b/FreeOTP/AppDelegate.swift @@ -26,6 +26,9 @@ class AppDelegate : UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + if let window = UIApplication.shared.windows.first as UIWindow? { + window.backgroundColor = UIColor.app.background + } return true }