summaryrefslogtreecommitdiff
path: root/Hutch/Views/More
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More')
-rw-r--r--Hutch/Views/More/MoreView.swift1
-rw-r--r--Hutch/Views/More/ProfileView.swift1
2 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift
index 6325954..caec3d5 100644
--- a/Hutch/Views/More/MoreView.swift
+++ b/Hutch/Views/More/MoreView.swift
@@ -63,6 +63,7 @@ struct MoreView: View {
Text("These SourceHut services are not supported in-app, as the SourceHut API does not support them, and will open in your browser.")
}
}
+ .themedList()
.navigationTitle("More")
.refreshable {
await ensureViewModel().loadSystemStatus(forceRefresh: true)
diff --git a/Hutch/Views/More/ProfileView.swift b/Hutch/Views/More/ProfileView.swift
index 53c5ce3..673b298 100644
--- a/Hutch/Views/More/ProfileView.swift
+++ b/Hutch/Views/More/ProfileView.swift
@@ -87,6 +87,7 @@ struct ProfileView: View {
patSection(viewModel)
}
}
+ .themedList()
.overlay {
if viewModel.isLoading, viewModel.profile == nil {
SRHTLoadingStateView(message: "Loading profile…")