From c9820d65a63d99935386c4df64ee5ba93844822f Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Tue, 10 Jun 2025 13:59:27 +0200 Subject: [PATCH] add aria-hidden to svg, as this is decorative and only cause confusion for users with assistive tech --- src/lib/components/icons/XMark.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/icons/XMark.svelte b/src/lib/components/icons/XMark.svelte index b75be506c..adf1715d1 100644 --- a/src/lib/components/icons/XMark.svelte +++ b/src/lib/components/icons/XMark.svelte @@ -7,6 +7,7 @@ xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" + aria-hidden="true" stroke-width={strokeWidth} stroke="currentColor" class={className}