From 9fd97910bfb85aac6885663eb28b82c9a21928f9 Mon Sep 17 00:00:00 2001 From: KANAMORI Yu Date: Thu, 24 Jun 2021 14:45:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20DialogContentInner=20=E3=81=AE=20classNa?= =?UTF-8?q?me=20=E3=81=8C=20Wrraper=20=E3=81=AB=E3=81=82=E3=81=9F=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=20Inner=20?= =?UTF-8?q?=E3=81=AB=E6=88=BB=E3=81=99=20(#1695)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/DialogContentInner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dialog/DialogContentInner.tsx b/src/components/Dialog/DialogContentInner.tsx index 0b2822b676..42d5b235d1 100644 --- a/src/components/Dialog/DialogContentInner.tsx +++ b/src/components/Dialog/DialogContentInner.tsx @@ -126,7 +126,7 @@ export const DialogContentInner: VFC = ( aria-label={ariaLabel} aria-labelledby={ariaLabelledby} > - + = ( themes={theme} role="dialog" aria-modal="true" - className={classNames.dialog} + className={`${className} ${classNames.dialog}`} {...props} > {/* dummy element for focus management. */}