From f8b95d5a08f40e4ccdaee9a52787c7994612c013 Mon Sep 17 00:00:00 2001 From: Developing-Gamer Date: Wed, 27 May 2026 12:31:14 -0700 Subject: [PATCH] Soften assistant thread surface. Co-authored-by: Cursor --- apps/dashboard/src/components/assistant-ui/thread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/components/assistant-ui/thread.tsx b/apps/dashboard/src/components/assistant-ui/thread.tsx index d2eda88da..dfc8bf4bf 100644 --- a/apps/dashboard/src/components/assistant-ui/thread.tsx +++ b/apps/dashboard/src/components/assistant-ui/thread.tsx @@ -522,7 +522,7 @@ const ComposerStaticInput: FC<{ placeholder?: string, autoFocus?: boolean }> = ( const Composer: FC<{ placeholder?: ComposerPlaceholder, autoFocus?: boolean }> = ({ placeholder, autoFocus = true }) => { const attachmentsEnabled = useComposerAttachmentsEnabled(); return ( - + {attachmentsEnabled && } {typeof placeholder === "object" ? (