From 701ae800b48fba44bd3443014737c0a31479985d Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 26 May 2026 18:27:02 +0530 Subject: [PATCH] feat(web): refactor sign-in button and composer components to use Button component --- surfsense_web/components/assistant-ui/thread.tsx | 9 +++++---- surfsense_web/components/auth/sign-in-button.tsx | 6 ++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 72fb2690b..a68560d23 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -866,7 +866,7 @@ const Composer: FC = () => { onDocumentRemove={handleDocumentRemove} onSubmit={handleSubmit} onKeyDown={handleKeyDown} - className="min-h-[24px] **:data-slate-placeholder:font-semibold" + className="min-h-[24px] **:data-slate-placeholder:font-normal" /> @@ -1121,9 +1121,10 @@ const ComposerAction: FC = ({ isBlockedByOtherUser = false >
- + { if (isGoogleAuth) { return ( - + ); }