Skip to content

Commit

Permalink
Add vertical spacing for recommended sites
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 13, 2024
1 parent 1d4ca0a commit e5c5d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class ReaderRecommendedSitesCell: UITableViewCell {
backgroundView.layer.cornerRadius = 8

contentView.addSubview(backgroundView)
backgroundView.pinEdges(insets: UIEdgeInsets(horizontal: 16, vertical: 0))
backgroundView.pinEdges(insets: UIEdgeInsets(.all, 16))

let titleLabel = UILabel()
titleLabel.font = .preferredFont(forTextStyle: .subheadline)
Expand Down

0 comments on commit e5c5d03

Please sign in to comment.