From 1354f2464180ece6d13296a543a964ddf6d2d393 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 19:47:57 -0500 Subject: feat: add theme and high-density display modes Refs: https://todo.sr.ht/~ccleberg/hutch/24 Implements: https://todo.sr.ht/~ccleberg/hutch/25 --- Hutch/Views/Lookup/LookupView.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/Views/Lookup/LookupView.swift') 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 -- cgit v1.2.3