From 19e19e95b1b91c66b0bf0a62c548ed8c0f2381a5 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 18 Mar 2026 18:03:57 +0100 Subject: [PATCH] feat: enhance Command component styling for improved readability and maintainability --- apps/infoalloggi/src/components/ui/command.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/infoalloggi/src/components/ui/command.tsx b/apps/infoalloggi/src/components/ui/command.tsx index 57b1579..fd6bd70 100644 --- a/apps/infoalloggi/src/components/ui/command.tsx +++ b/apps/infoalloggi/src/components/ui/command.tsx @@ -49,7 +49,7 @@ function CommandDialog({ className={cn("overflow-hidden p-0", className)} showCloseButton={showCloseButton} > - + {children} @@ -86,7 +86,7 @@ function CommandList({ return (