From b00be2548c0453b1078f95d10dddd133d811bc6e Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 24 Apr 2026 19:36:20 +0200 Subject: [PATCH] fix(PersonMultiSelect): align height and focus ring with other form inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit min-h-[42px] → min-h-[38px] to match p-2 text-sm input height. Add shadow-sm (was missing vs date/sender inputs). focus-within:ring-1 ring-ink → focus-within:ring-2 ring-focus-ring to match the focus style used consistently across all other form inputs. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/PersonMultiSelect.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/PersonMultiSelect.svelte b/frontend/src/lib/components/PersonMultiSelect.svelte index 7847787f..6ff453c9 100644 --- a/frontend/src/lib/components/PersonMultiSelect.svelte +++ b/frontend/src/lib/components/PersonMultiSelect.svelte @@ -67,7 +67,7 @@ function removePerson(id: string | undefined) {
(showDropdown = false)}>
{#each selectedPersons as person (person.id)}