From aef26d999b3269973a3898b6afc8b847db325d40 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 28 Jan 2025 16:05:21 +0800 Subject: [PATCH] fix: improve command dialog styling and input wrapper --- src/components/DashCommand.tsx | 2 +- src/components/ui/command.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DashCommand.tsx b/src/components/DashCommand.tsx index f4704ec..e56c304 100644 --- a/src/components/DashCommand.tsx +++ b/src/components/DashCommand.tsx @@ -69,7 +69,7 @@ export function DashCommand() { <> - + {t("NoResults")} {nezhaWsData.servers && nezhaWsData.servers.length > 0 && ( <> diff --git a/src/components/ui/command.tsx b/src/components/ui/command.tsx index 2d76f1e..119d622 100644 --- a/src/components/ui/command.tsx +++ b/src/components/ui/command.tsx @@ -33,7 +33,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => { const CommandInput = React.forwardRef, React.ComponentPropsWithoutRef>( ({ className, ...props }, ref) => ( -
+