updated spacing issue

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-10-04 13:46:43 -05:00
parent 0aab83c4cb
commit 83ce02e879

View File

@ -207,7 +207,7 @@ open class ModalDialog: View, UIScrollViewDelegate, ParentViewProtocol {
}
if addedTitle && addedContent {
contentStackView.setCustomSpacing(contentLabelTopSpace, after: titleLabel)
contentStackView.spacing = contentLabelTopSpace
}
closeCrossButton.isHidden = modalModel.hideCloseButton