From 77b16ec6f46ae14a8cab044a395033ab6874e269 Mon Sep 17 00:00:00 2001 From: Patrick Nguyen Date: Mon, 23 Sep 2024 16:32:14 +0200 Subject: [PATCH] chore: aria-hidden when icon present (#313) --- src/Modal/Modal.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Modal/Modal.tsx b/src/Modal/Modal.tsx index 2828c2df..80e7d0f0 100644 --- a/src/Modal/Modal.tsx +++ b/src/Modal/Modal.tsx @@ -97,7 +97,10 @@ const Modal = memo(

{iconId !== undefined && ( - + )} {title}