Adjust spacing

This commit is contained in:
Justin Mazzocchi 2021-01-28 09:09:39 -08:00
parent 36b4cb19ad
commit e44d0218fa
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ private extension AddIdentityViewController {
scrollView.translatesAutoresizingMaskIntoConstraints = false
stackView.translatesAutoresizingMaskIntoConstraints = false
stackView.spacing = 20
stackView.spacing = .defaultSpacing
stackView.axis = .vertical
stackView.distribution = .equalSpacing