summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/dialog.css2
1 files changed, 1 insertions, 1 deletions
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;
}
}