Skip to content

Commit

Permalink
set background color for posts list cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo Ozawa committed Oct 18, 2023
1 parent 9b10a54 commit 3862d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/Classes/ViewRelated/Post/PostListCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ final class PostListCell: UITableViewCell, Reusable {

contentView.addSubview(mainStackView)
contentView.pinSubviewToAllEdges(mainStackView)
contentView.backgroundColor = .systemBackground
}

private func setupTitleLabel() {
Expand Down

0 comments on commit 3862d51

Please sign in to comment.