add some top padding to message request view

This commit is contained in:
Michael Kirk 2020-02-18 18:43:03 -07:00
parent db3e6b9116
commit 27e69698a1

View File

@ -59,7 +59,7 @@ class MessageRequestView: UIStackView {
axis = .vertical
spacing = 11
layoutMargins = UIEdgeInsets(top: 0, leading: 16, bottom: 20 + safeAreaInset, trailing: 16)
layoutMargins = UIEdgeInsets(top: 16, leading: 16, bottom: 20 + safeAreaInset, trailing: 16)
isLayoutMarginsRelativeArrangement = true
let backgroundView = UIView()