feat(app): add transition to command palette

pull/9694/head
David Hill 2026-01-26 16:59:38 +00:00
parent 3ac11df66a
commit 7962ff38b0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export function DialogSelectFile() {
})
return (
<Dialog class="pt-3 pb-0 !max-h-[480px]">
<Dialog class="pt-3 pb-0 !max-h-[480px]" transition>
<List
search={{
placeholder: language.t("palette.search.placeholder"),