We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57267a8 commit 34e5be6Copy full SHA for 34e5be6
1 file changed
components/ui/alert-dialog.tsx
@@ -77,6 +77,10 @@ const AlertDialogContent = React.forwardRef<
77
)}
78
{...props}
79
>
80
+ <AlertDialogTitle className="sr-only">Dialog Title</AlertDialogTitle>
81
+ <AlertDialogDescription className="sr-only">
82
+ Dialog Description
83
+ </AlertDialogDescription>
84
{children}
85
</div>
86
);
0 commit comments