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/Inbox/InboxView.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Hutch/Views/Inbox') 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), -- cgit v1.2.3