diff --git a/Podfile.lock b/Podfile.lock index 3729e4d64b37..e29757cfbe68 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -381,7 +381,7 @@ PODS: - WordPress-Aztec-iOS (1.19.2) - WordPress-Editor-iOS (1.19.2): - WordPress-Aztec-iOS (= 1.19.2) - - WordPressAuthenticator (1.19.0-beta.3): + - WordPressAuthenticator (1.19.0-beta.4): - 1PasswordExtension (= 1.8.6) - Alamofire (= 4.8) - CocoaLumberjack (~> 3.5) @@ -706,7 +706,7 @@ SPEC CHECKSUMS: UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0 WordPress-Aztec-iOS: d01bf0c5e150ae6a046f06ba63b7cc2762061c0b WordPress-Editor-iOS: 5b726489e5ae07b7281a2862d69aba2d5c83f140 - WordPressAuthenticator: 6d6b085a895ce00bd616c2132d58e59cd1f26745 + WordPressAuthenticator: 66d3dfc6d40623a454afa4d65c9b5d6bf9edeb98 WordPressKit: cf04f034a376fe54a44edff62c3bd0ece5ef13a6 WordPressMocks: b4064b99a073117bbc304abe82df78f2fbe60992 WordPressShared: b887b17aa949e4b142a1421fd479de495db9a054 diff --git a/WordPress/Classes/ViewRelated/NUX/WordPressAuthenticationManager.swift b/WordPress/Classes/ViewRelated/NUX/WordPressAuthenticationManager.swift index 04030bea371e..4f47fe58f47a 100644 --- a/WordPress/Classes/ViewRelated/NUX/WordPressAuthenticationManager.swift +++ b/WordPress/Classes/ViewRelated/NUX/WordPressAuthenticationManager.swift @@ -70,6 +70,9 @@ class WordPressAuthenticationManager: NSObject { statusBarStyle: .lightContent) let unifiedStyle = WordPressAuthenticatorUnifiedStyle(borderColor: .divider, + textColor: .text, + textButtonColor: .brand, + textButtonHighlightColor: .brand, viewControllerBackgroundColor: .basicBackground) WordPressAuthenticator.initialize(configuration: configuration,