diff options
Diffstat (limited to 'Hutch/Views/Lookup/LookupView.swift')
| -rw-r--r-- | Hutch/Views/Lookup/LookupView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Lookup/LookupView.swift b/Hutch/Views/Lookup/LookupView.swift index e0adc6b..bfb532f 100644 --- a/Hutch/Views/Lookup/LookupView.swift +++ b/Hutch/Views/Lookup/LookupView.swift @@ -411,6 +411,7 @@ struct LookupView: View { } } } + .themedList() .formStyle(.grouped) .srhtErrorBanner(error: $vm.error) .sheet(item: vm.resultBinding) { result in |
