summaryrefslogtreecommitdiff
path: root/Hutch/Views/Lookup/UserTrackersView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Lookup/UserTrackersView.swift')
-rw-r--r--Hutch/Views/Lookup/UserTrackersView.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/Lookup/UserTrackersView.swift b/Hutch/Views/Lookup/UserTrackersView.swift
index 17916da..c98d839 100644
--- a/Hutch/Views/Lookup/UserTrackersView.swift
+++ b/Hutch/Views/Lookup/UserTrackersView.swift
@@ -12,7 +12,9 @@ struct UserTrackersView: View {
UserProfileTrackerRowView(tracker: tracker)
}
}
+ .themedRow()
}
+ .themedList()
.listStyle(.plain)
.navigationTitle("Trackers")
.navigationBarTitleDisplayMode(.inline)