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

Commit 62dfe6d

Browse files
committed
Fix site creation style
1 parent 03ed3b9 commit 62dfe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Signin/LoginPrologueViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class LoginPrologueViewController: LoginViewController {
283283
onTap: siteAddressTapCallback())
284284
}()
285285
let createSiteButton: StackedButton = {
286-
let isPrimary = !configuration.enableSiteAddressLoginOnlyInPrologue
286+
let isPrimary = configuration.enableSiteAddressLoginOnlyInPrologue
287287
return StackedButton(title: displayStrings.siteCreationButtonTitle,
288288
isPrimary: isPrimary,
289289
configureBodyFontForTitle: true,

0 commit comments

Comments
 (0)