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