Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UL&S: Add TextLinkTableViewCell to SiteAddressViewController #14372

Merged
merged 13 commits into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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