diff --git a/Examples/CodeExample/SignUpViewController.swift b/Examples/CodeExample/SignUpViewController.swift index e854766..3d3e3e5 100644 --- a/Examples/CodeExample/SignUpViewController.swift +++ b/Examples/CodeExample/SignUpViewController.swift @@ -73,6 +73,7 @@ class SignUpViewController: ScrollingContentViewController { configureTextFields() signUpButton.setTitle("Sign Up", for: .normal) + signUpButton.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .medium) addConstraints() }