diff options
Diffstat (limited to 'Hutch/Views/Tickets/TrackerListView.swift')
| -rw-r--r-- | Hutch/Views/Tickets/TrackerListView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Hutch/Views/Tickets/TrackerListView.swift b/Hutch/Views/Tickets/TrackerListView.swift index db0fdf2..9ca3340 100644 --- a/Hutch/Views/Tickets/TrackerListView.swift +++ b/Hutch/Views/Tickets/TrackerListView.swift @@ -162,6 +162,7 @@ struct TrackerListView: View { await viewModel.loadMoreIfNeeded(currentItem: tracker) } } + .themedRow() if viewModel.isLoadingMore { HStack { @@ -170,8 +171,10 @@ struct TrackerListView: View { Spacer() } .listRowSeparator(.hidden) + .themedRow() } } + .themedList() .listStyle(.plain) .searchable( text: $vm.searchText, |
