fixed command palette animation

This commit is contained in:
eli-w-king
2026-02-09 13:32:26 -08:00
parent ba7ffdb523
commit 09eede573c
3 changed files with 7 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ export const PANEL_CLOSE_DURATION = 75;
/**
* Duration in milliseconds for quick input open (entrance) animations.
*/
export const QUICK_INPUT_OPEN_DURATION = 125;
export const QUICK_INPUT_OPEN_DURATION = 200;
/**
* Duration in milliseconds for quick input close (exit) animations.