Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Feb 8, 2023
1 parent 6c733f0 commit b7d444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Views/Search/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ struct SearchView: View {
}
}
}
.listRowInsets(.init(top: 0, leading: 0, bottom: 0, trailing: 0))
.listRowInsets(EdgeInsets())
.padding(.leading, -4)
.onAppear {
viewModel.loadNextPageIfNeeded(currentItem: thread)
Expand Down

0 comments on commit b7d444c

Please sign in to comment.