Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit af93c64

Browse files
Merge pull request #591 from wordpress-mobile/try/fix-nav-bar-appearance-issue
Fixes a styling issue.
2 parents ae77b2a + a595755 commit af93c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signin/LoginViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ open class LoginViewController: NUXViewController, LoginFacadeDelegate {
5252
super.viewDidLoad()
5353

5454
displayError(message: "")
55-
styleNavigationBar()
55+
styleNavigationBar(forUnified: true)
5656
styleBackground()
5757
styleInstructions()
5858

0 commit comments

Comments
 (0)