diff options
Diffstat (limited to 'Hutch/Views/Inbox/InboxView.swift')
| -rw-r--r-- | Hutch/Views/Inbox/InboxView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Inbox/InboxView.swift b/Hutch/Views/Inbox/InboxView.swift index 2447a6e..f8753d7 100644 --- a/Hutch/Views/Inbox/InboxView.swift +++ b/Hutch/Views/Inbox/InboxView.swift @@ -68,6 +68,7 @@ struct InboxView: View { } } } + .themedList() .searchable( text: $vm.searchText, placement: .navigationBarDrawer(displayMode: .always), |
