From 54c7ec416a3db7f35fc1fa7ebdeb0ccf57447ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20dBruxelles?= <18559798+jdbruxelles@users.noreply.github.com> Date: Tue, 2 Aug 2022 08:12:47 +0200 Subject: [PATCH] fix: Add `title` attribute to the modal close button (#5521) Add `title` attribute to the modal close button --- src/components/Dialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dialog.tsx b/src/components/Dialog.tsx index f406a8bb..67ad904e 100644 --- a/src/components/Dialog.tsx +++ b/src/components/Dialog.tsx @@ -85,6 +85,7 @@ export const Dialog = (props: DialogProps) => {