Skip to content

Commit

Permalink
sign in button had corners that did not match its background (#552)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
krugerk authored Dec 16, 2024
1 parent 370f099 commit cf9a774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BeeSwift/SignInViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class SignInViewController : UIViewController, UITextFieldDelegate {
scrollView.addSubview(self.signInButton)
self.signInButton.isHidden = true
self.signInButton.setTitle("Sign In", for: UIControl.State())
self.signInButton.backgroundColor = UIColor.Beeminder.gray
self.signInButton.titleLabel?.font = UIFont.beeminder.defaultFontPlain.withSize(20)
self.signInButton.titleLabel?.textColor = UIColor.white
self.signInButton.addTarget(self, action: #selector(SignInViewController.signInButtonPressed), for: UIControl.Event.touchUpInside)
Expand Down

0 comments on commit cf9a774

Please sign in to comment.