summaryrefslogtreecommitdiff
path: root/Hutch/Views/Lookup/UserRepositoriesView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Lookup/UserRepositoriesView.swift')
-rw-r--r--Hutch/Views/Lookup/UserRepositoriesView.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/Lookup/UserRepositoriesView.swift b/Hutch/Views/Lookup/UserRepositoriesView.swift
index 7aeea10..c2ca65c 100644
--- a/Hutch/Views/Lookup/UserRepositoriesView.swift
+++ b/Hutch/Views/Lookup/UserRepositoriesView.swift
@@ -14,7 +14,9 @@ struct UserRepositoriesView: View {
RepositoryRowView(repository: repo, buildStatus: .none)
}
}
+ .themedRow()
}
+ .themedList()
.listStyle(.plain)
.navigationTitle("Repositories")
.navigationBarTitleDisplayMode(.inline)