Fix sign up button font size and weight

This commit is contained in:
Drew Olbrich
2019-02-09 14:28:58 -08:00
parent 6f67d2c205
commit 8fb074ff46
@@ -73,6 +73,7 @@ class SignUpViewController: ScrollingContentViewController {
configureTextFields()
signUpButton.setTitle("Sign Up", for: .normal)
signUpButton.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .medium)
addConstraints()
}