From fcaebc7fa24ba6c1d41302afcee537a59d11bb7a Mon Sep 17 00:00:00 2001 From: Illia Filippov Date: Wed, 19 Nov 2025 23:56:01 +0100 Subject: [PATCH] fix(morphing-dialog): repair aria relationships and standardize IDs --- components/core/morphing-dialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/core/morphing-dialog.tsx b/components/core/morphing-dialog.tsx index 02b8e24f..1f386e8b 100644 --- a/components/core/morphing-dialog.tsx +++ b/components/core/morphing-dialog.tsx @@ -272,6 +272,7 @@ function MorphingDialogTitle({ return ( {children} @@ -419,4 +419,4 @@ export { MorphingDialogSubtitle, MorphingDialogDescription, MorphingDialogImage, -}; +}; \ No newline at end of file