Skip to content

Commit adb589f

Browse files
committed
Merge branch 'release/2.7' into issue/1325-darkmode-order-details
2 parents a6163d5 + 3d02edd commit adb589f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ class AuthenticationManager: Authentication {
6464
let navigationController = LoginNavigationController(rootViewController: prologueViewController)
6565
navigationController.modalPresentationStyle = .fullScreen
6666

67+
// TODO-1335: properly handle login input field text color in Dark mode in `WordPressAuthenticator`.
68+
if #available(iOS 13.0, *) {
69+
navigationController.overrideUserInterfaceStyle = .light
70+
}
71+
6772
presenter.present(navigationController, animated: true, completion: nil)
6873
}
6974

0 commit comments

Comments
 (0)