From c551f7e47bae0f01ead5594ecb5f032329a700d7 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 26 Jan 2026 17:01:29 +0000 Subject: [PATCH] fix(ui): reduce dialog transition in time to 150ms --- packages/ui/src/components/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css index e0ccf3fd0..2e66b644f 100644 --- a/packages/ui/src/components/dialog.css +++ b/packages/ui/src/components/dialog.css @@ -139,7 +139,7 @@ animation: contentHide 100ms ease-in forwards; &[data-expanded] { - animation: contentShow 200ms ease-out; + animation: contentShow 150ms ease-out; } }