summaryrefslogtreecommitdiff
path: root/Hutch/Views/Projects/ProjectMailingListView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Projects/ProjectMailingListView.swift')
-rw-r--r--Hutch/Views/Projects/ProjectMailingListView.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/Projects/ProjectMailingListView.swift b/Hutch/Views/Projects/ProjectMailingListView.swift
index 4ff93e9..d7c0abc 100644
--- a/Hutch/Views/Projects/ProjectMailingListView.swift
+++ b/Hutch/Views/Projects/ProjectMailingListView.swift
@@ -332,7 +332,9 @@ struct MailingListDetailView: View {
.tint(thread.isUnread ? .blue : .gray)
}
}
+ .themedRow()
}
+ .themedList()
.listStyle(.plain)
.searchable(
text: $vm.searchText,