Fix sign up button font size and weight
This commit is contained in:
@@ -73,6 +73,7 @@ class SignUpViewController: ScrollingContentViewController {
|
||||
configureTextFields()
|
||||
|
||||
signUpButton.setTitle("Sign Up", for: .normal)
|
||||
signUpButton.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .medium)
|
||||
|
||||
addConstraints()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user