From bd3feda1822f096b15ee5d62ec5666f0d843556c Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 28 Apr 2026 12:56:23 +0200 Subject: [PATCH] =?UTF-8?q?fix(stammbaum):=20WCAG=202.2=20SC=202.5.8=20?= =?UTF-8?q?=E2=80=94=20delete=20button=2032px=20=E2=86=92=2044px=20in=20Re?= =?UTF-8?q?lationshipChip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit h-8 w-8 (32px) replaced with h-11 w-11 (44px) to meet the minimum touch target for the 60+ transcriber audience. Test added to prevent regression. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/RelationshipChip.svelte | 2 +- .../src/lib/components/RelationshipChip.svelte.spec.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/RelationshipChip.svelte b/frontend/src/lib/components/RelationshipChip.svelte index 7d895aba..852b0aaa 100644 --- a/frontend/src/lib/components/RelationshipChip.svelte +++ b/frontend/src/lib/components/RelationshipChip.svelte @@ -31,7 +31,7 @@ let { chipLabel, otherName, yearRange = '', canWrite, relId }: Props = $props();