From 73c4bde7ce7effaa3ec269351c53439dd2fcb8e1 Mon Sep 17 00:00:00 2001 From: Aaron Pettengill Date: Sun, 19 Feb 2023 01:08:21 -0500 Subject: [PATCH] fix(command): correct padding of command groups when list is filtered (#85) --- apps/www/components/ui/command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/command.tsx b/apps/www/components/ui/command.tsx index 2eebfb653e..fc6a10404a 100644 --- a/apps/www/components/ui/command.tsx +++ b/apps/www/components/ui/command.tsx @@ -29,7 +29,7 @@ const CommandDialog = ({ children, ...props }: CommandDialogProps) => { return ( - + {children}