summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories/CommitLogView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Repositories/CommitLogView.swift')
-rw-r--r--Hutch/Views/Repositories/CommitLogView.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/Views/Repositories/CommitLogView.swift b/Hutch/Views/Repositories/CommitLogView.swift
index bc8ccc9..85e4d7a 100644
--- a/Hutch/Views/Repositories/CommitLogView.swift
+++ b/Hutch/Views/Repositories/CommitLogView.swift
@@ -13,6 +13,7 @@ struct CommitLogView: View {
await viewModel.loadMoreCommitsIfNeeded(currentItem: commit)
}
}
+ .themedRow()
if viewModel.isLoadingMoreCommits {
HStack {
@@ -21,8 +22,10 @@ struct CommitLogView: View {
Spacer()
}
.listRowSeparator(.hidden)
+ .themedRow()
}
}
+ .themedList()
.listStyle(.plain)
.overlay {
if viewModel.isLoadingCommits, viewModel.commits.isEmpty {