diff --git a/Session/Conversations/Message Cells/InfoMessageCell.swift b/Session/Conversations/Message Cells/InfoMessageCell.swift index 085b1f2d7..fc9f9eef5 100644 --- a/Session/Conversations/Message Cells/InfoMessageCell.swift +++ b/Session/Conversations/Message Cells/InfoMessageCell.swift @@ -48,9 +48,9 @@ final class InfoMessageCell: MessageCell { iconImageViewHeightConstraint.isActive = true addSubview(stackView) - stackView.pin(.left, to: .left, of: self, withInset: InfoMessageCell.inset) + stackView.pin(.left, to: .left, of: self, withInset: Values.massiveSpacing) stackView.pin(.top, to: .top, of: self, withInset: InfoMessageCell.inset) - stackView.pin(.right, to: .right, of: self, withInset: -InfoMessageCell.inset) + stackView.pin(.right, to: .right, of: self, withInset: -Values.massiveSpacing) stackView.pin(.bottom, to: .bottom, of: self, withInset: -InfoMessageCell.inset) }