Skip to content

Commit

Permalink
fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Momo Ozawa committed Oct 18, 2023
1 parent 3862d51 commit c96c43f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class AbstractPostListViewController: UIViewController,
view.pinSubviewToAllEdges(tableViewController.view)
tableViewController.didMove(toParent: self)

tableView.backgroundColor = .white
tableView.backgroundColor = .systemBackground
tableView.sectionHeaderTopPadding = 0
tableView.refreshControl = refreshControl
refreshControl.addTarget(self, action: #selector(refresh), for: .valueChanged)
Expand Down

0 comments on commit c96c43f

Please sign in to comment.