From ac23b6a77e25126f773ba0190cbb9cf2188a4a48 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 28 Jan 2025 16:06:17 +0800 Subject: [PATCH] style: refine command dialog border and input styling --- components/DashCommand.tsx | 2 +- components/ui/command.tsx | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/DashCommand.tsx b/components/DashCommand.tsx index 1aa19bb..0b6843b 100644 --- a/components/DashCommand.tsx +++ b/components/DashCommand.tsx @@ -90,7 +90,7 @@ export function DashCommand() { <> - + {t("NoResults")} {sortedServers.map((server) => ( diff --git a/components/ui/command.tsx b/components/ui/command.tsx index d29ada4..6c6c07c 100644 --- a/components/ui/command.tsx +++ b/components/ui/command.tsx @@ -40,10 +40,7 @@ const CommandInput = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( -
+