Skip to content

Commit cf9a774

Browse files
authored
sign in button had corners that did not match its background (#552)
## Summary Sign In button had dark corners on light mode although it had rounded corners. The two did not look good together. ## Validation ran the app in the simulator ## Issue Fixes #551 Related #483
1 parent 370f099 commit cf9a774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BeeSwift/SignInViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class SignInViewController : UIViewController, UITextFieldDelegate {
8181
scrollView.addSubview(self.signInButton)
8282
self.signInButton.isHidden = true
8383
self.signInButton.setTitle("Sign In", for: UIControl.State())
84-
self.signInButton.backgroundColor = UIColor.Beeminder.gray
8584
self.signInButton.titleLabel?.font = UIFont.beeminder.defaultFontPlain.withSize(20)
8685
self.signInButton.titleLabel?.textColor = UIColor.white
8786
self.signInButton.addTarget(self, action: #selector(SignInViewController.signInButtonPressed), for: UIControl.Event.touchUpInside)

0 commit comments

Comments
 (0)