From 0d2bc4db7e09f2367f30d73d8b71b49283d2624f Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 2 Feb 2026 20:09:06 +0100 Subject: [PATCH] Fix modal animation to scale from center instead of sliding from top-left Remove slide-in-from-left/top animations from Dialog and AlertDialog components, keeping only fade + zoom for a clean center-grow effect. Co-Authored-By: Claude Opus 4.5 --- src/components/ui/alert-dialog.tsx | 2 +- src/components/ui/dialog.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/alert-dialog.tsx b/src/components/ui/alert-dialog.tsx index ea4cb7a..3678dc9 100644 --- a/src/components/ui/alert-dialog.tsx +++ b/src/components/ui/alert-dialog.tsx @@ -36,7 +36,7 @@ const AlertDialogContent = React.forwardRef<