From a282c98eab55d8c68c7c007caa26a6f514c8edfa Mon Sep 17 00:00:00 2001 From: Daniel Abella Date: Mon, 14 Apr 2025 14:26:32 +0200 Subject: [PATCH] fix: improve ListItem accessibility for title and description --- src/components/List/ListItem.tsx | 1 + .../__tests__/__snapshots__/ListAccordion.test.tsx.snap | 1 + .../__tests__/__snapshots__/ListItem.test.tsx.snap | 7 +++++++ .../__tests__/__snapshots__/ListSection.test.tsx.snap | 6 ++++++ 4 files changed, 15 insertions(+) diff --git a/src/components/List/ListItem.tsx b/src/components/List/ListItem.tsx index 154a053a38..57e2b77a25 100644 --- a/src/components/List/ListItem.tsx +++ b/src/components/List/ListItem.tsx @@ -246,6 +246,7 @@ const ListItem = ( }) : null}