summaryrefslogtreecommitdiff
path: root/Hutch/Views/More/ProfileView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/More/ProfileView.swift')
-rw-r--r--Hutch/Views/More/ProfileView.swift1
1 files changed, 1 insertions, 0 deletions
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…")