We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dde08 commit 54fb7a7Copy full SHA for 54fb7a7
apps/framework-docs-v2/src/components/ui/command.tsx
@@ -31,7 +31,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => {
31
<Dialog {...props}>
32
<DialogContent className="overflow-hidden p-0">
33
<Command className="[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5">
34
- {children}
+ {children as React.ReactNode}
35
</Command>
36
</DialogContent>
37
</Dialog>
0 commit comments