style: adjust order source cell spacing
This commit is contained in:
@ -77,7 +77,9 @@ final class OrderSourceLeadCell: UITableViewCell {
|
||||
cardView.addSubview(actionButton)
|
||||
|
||||
cardView.snp.makeConstraints { make in
|
||||
make.edges.equalToSuperview().inset(UIEdgeInsets(top: 0, left: 0, bottom: 12, right: 0))
|
||||
make.edges.equalToSuperview().inset(
|
||||
UIEdgeInsets(top: 0, left: AppSpacing.md, bottom: 12, right: AppSpacing.md)
|
||||
)
|
||||
}
|
||||
tagLabel.snp.makeConstraints { make in
|
||||
make.leading.top.equalToSuperview().inset(12)
|
||||
|
||||
Reference in New Issue
Block a user