diff --git a/VDS/Components/Modal/ModalDialog.swift b/VDS/Components/Modal/ModalDialog.swift index bf95f9bf..9c7dd42f 100644 --- a/VDS/Components/Modal/ModalDialog.swift +++ b/VDS/Components/Modal/ModalDialog.swift @@ -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