Browse Source

feat(app): add transition to command palette

David Hill 1 month ago
parent
commit
7962ff38b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 1
packages/app/src/components/dialog-select-file.tsx

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