0.7.0.0
This commit is contained in:
@@ -44,7 +44,7 @@ export function CalendarDialog({ open, onOpenChange }: CalendarDialogProps) {
|
||||
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||
<DialogContent className="max-w-4xl w-[90vw] max-h-[90vh] overflow-y-auto">
|
||||
<DialogContent className="max-w-4xl w-[90vw] max-h-[90vh] overflow-y-auto" aria-describedby={undefined}>
|
||||
<DialogHeader>
|
||||
<DialogTitle className="flex items-center gap-2 text-2xl font-serif">
|
||||
<CalendarIcon className="h-6 w-6 text-red-600" />
|
||||
|
||||
Reference in New Issue
Block a user