From 9f116af78f1bf978697c529847f13ab233d951f2 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Tue, 30 Sep 2025 21:27:00 -0600 Subject: [PATCH] update input suggestions --- .../features/input/BusterChatInput/BusterChatInputButtons.tsx | 3 ++- .../inputs/MentionInputSuggestions/MentionInputSuggestions.tsx | 2 +- apps/web/src/middleware/csp-helper.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/features/input/BusterChatInput/BusterChatInputButtons.tsx b/apps/web/src/components/features/input/BusterChatInput/BusterChatInputButtons.tsx index e96bef5ed..f03d65c9e 100644 --- a/apps/web/src/components/features/input/BusterChatInput/BusterChatInputButtons.tsx +++ b/apps/web/src/components/features/input/BusterChatInput/BusterChatInputButtons.tsx @@ -90,8 +90,8 @@ export const BusterChatInputButtons = React.memo( variant={'ghost'} prefix={} onClick={listening ? onStopListening : onStartListening} - loading={false} disabled={disabled} + size={'tall'} className={cn( 'origin-center transform-gpu transition-all duration-300 ease-out will-change-transform text-text-secondary', !disabled && 'hover:scale-110 active:scale-95', @@ -115,6 +115,7 @@ export const BusterChatInputButtons = React.memo(