feat(app): add transition to command palette

This commit is contained in:
David Hill
2026-01-26 16:59:38 +00:00
parent 3ac11df66a
commit 7962ff38b0

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"),