diff --git a/apps/web/src/components/CommandPalette.tsx b/apps/web/src/components/CommandPalette.tsx index 4028043f19..11a259d27c 100644 --- a/apps/web/src/components/CommandPalette.tsx +++ b/apps/web/src/components/CommandPalette.tsx @@ -379,6 +379,7 @@ function OpenCommandPaletteDialog() { return ( { @@ -394,29 +395,32 @@ function OpenCommandPaletteDialog() { onValueChange={handleQueryChange} value={query} > - - - - ), - } - : {})} - onKeyDown={handleKeyDown} - /> + > + + + + ), + } + : {})} + onKeyDown={handleKeyDown} + /> + - + & { - wrapperClassName?: string | undefined; -}) { +}: React.ComponentProps) { return ( -
+