From 29275cdc2a4f9a8a7147a8f2a45cf2a0028e9389 Mon Sep 17 00:00:00 2001 From: Joel Hirzel Date: Mon, 29 Dec 2025 16:47:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9F=20feat:=20Make=20Chat=20Header=20T?= =?UTF-8?q?ransparent=20(#11122)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Make top bar transparent * style(AddMultiConvo): update PlusCircle icon size for consistency * refactor(Header): use semantic presentation token for header gradient * style: update buttons background color to use presentation --------- Co-authored-by: Marco Beretta <81851188+berry-13@users.noreply.github.com> --- client/src/components/Chat/AddMultiConvo.tsx | 4 ++-- client/src/components/Chat/ChatView.tsx | 2 +- client/src/components/Chat/ExportAndShareMenu.tsx | 2 +- client/src/components/Chat/Header.tsx | 2 +- client/src/components/Chat/Menus/BookmarkMenu.tsx | 2 +- client/src/components/Chat/Menus/PresetsMenu.tsx | 4 ++-- client/src/components/Chat/Messages/MessagesView.tsx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/components/Chat/AddMultiConvo.tsx b/client/src/components/Chat/AddMultiConvo.tsx index cdc8846f58..7cabe0f336 100644 --- a/client/src/components/Chat/AddMultiConvo.tsx +++ b/client/src/components/Chat/AddMultiConvo.tsx @@ -40,9 +40,9 @@ function AddMultiConvo() { aria-label={localize('com_ui_add_multi_conversation')} onClick={clickHandler} data-testid="add-multi-convo-button" - className="inline-flex size-10 flex-shrink-0 items-center justify-center rounded-xl border border-border-light bg-transparent text-text-primary transition-all ease-in-out hover:bg-surface-tertiary disabled:pointer-events-none disabled:opacity-50 radix-state-open:bg-surface-tertiary" + className="inline-flex size-10 flex-shrink-0 items-center justify-center rounded-xl border border-border-light bg-presentation text-text-primary transition-all ease-in-out hover:bg-surface-tertiary disabled:pointer-events-none disabled:opacity-50 radix-state-open:bg-surface-tertiary" > -