Skip to content

Commit

Permalink
Set top padding for People table
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed May 6, 2024
1 parent 1c366ba commit f301d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class PeopleViewController: UITableViewController {
// MARK: UITableViewDelegate

override func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return hasHorizontallyCompactView() ? CGFloat.leastNormalMagnitude : 0
return .DS.Padding.single
}

override func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
Expand Down

0 comments on commit f301d05

Please sign in to comment.