summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-26 17:01:29 +0000
committerDavid Hill <[email protected]>2026-01-26 19:47:58 +0000
commitc551f7e47bae0f01ead5594ecb5f032329a700d7 (patch)
treef50a7699b0eaf965aa6799fdd9663cb1d8523927 /packages/ui/src
parent7962ff38b0d56ffb839d403b2fe194b64844474e (diff)
downloadopencode-c551f7e47bae0f01ead5594ecb5f032329a700d7.tar.gz
opencode-c551f7e47bae0f01ead5594ecb5f032329a700d7.zip
fix(ui): reduce dialog transition in time to 150ms
Diffstat (limited to 'packages/ui/src')
-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;
}
}