diff options
Diffstat (limited to 'Hutch/Views/Pastes/PasteListView.swift')
| -rw-r--r-- | Hutch/Views/Pastes/PasteListView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Pastes/PasteListView.swift b/Hutch/Views/Pastes/PasteListView.swift index 22f6ff9..ffd49ab 100644 --- a/Hutch/Views/Pastes/PasteListView.swift +++ b/Hutch/Views/Pastes/PasteListView.swift @@ -110,6 +110,7 @@ struct PasteListView: View { .listRowSeparator(.hidden) } } + .themedList() .listStyle(.plain) .searchable( text: $vm.searchText, |
