diff options
| author | David Hill <[email protected]> | 2026-01-26 17:01:29 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-26 19:47:58 +0000 |
| commit | c551f7e47bae0f01ead5594ecb5f032329a700d7 (patch) | |
| tree | f50a7699b0eaf965aa6799fdd9663cb1d8523927 /packages/ui/src | |
| parent | 7962ff38b0d56ffb839d403b2fe194b64844474e (diff) | |
| download | opencode-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.css | 2 |
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; } } |
