Skip to content

Commit

Permalink
Merge pull request #14372 from wordpress-mobile/feature/14009-unify-s…
Browse files Browse the repository at this point in the history
…ite-address-vi

UL&S: Add `TextLinkTableViewCell` to SiteAddressViewController
  • Loading branch information
mindgraffiti authored Jun 25, 2020
2 parents 5875681 + a21c6b1 commit c489b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c489b3f

Please sign in to comment.