Skip to content

Commit

Permalink
Fix button scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed May 15, 2024
1 parent c674a96 commit 175f51a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class InstantOnboardingView: UIView {
}
imageButton.layer.masksToBounds = true
imageButton.layer.cornerRadius = 75

imageButton.contentVerticalAlignment = .fill
imageButton.contentHorizontalAlignment = .fill

nameTextField = UITextField()
nameTextField.translatesAutoresizingMaskIntoConstraints = false
Expand Down

0 comments on commit 175f51a

Please sign in to comment.