From 1f91ca473db0d52a22b02e1eab2a3f13f241d719 Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Fri, 13 Feb 2026 10:46:20 +0000 Subject: [PATCH] Merge pull request #31521 from overleaf/mj-chat-light-mode-colors [web] Remove grey background of chat input GitOrigin-RevId: 5718e78c73e7a051b4b1e13906e77129cf2e889a --- services/web/frontend/stylesheets/pages/editor/chat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/pages/editor/chat.scss b/services/web/frontend/stylesheets/pages/editor/chat.scss index ce2e2a7aac..8439d16461 100644 --- a/services/web/frontend/stylesheets/pages/editor/chat.scss +++ b/services/web/frontend/stylesheets/pages/editor/chat.scss @@ -15,7 +15,7 @@ --chat-bg: var(--white); --chat-color: var(--content-primary); --chat-instructions-color: var(--neutral-70); - --chat-new-message-bg: var(--neutral-10); + --chat-new-message-bg: var(--white); --chat-new-message-textarea-color: var(--neutral-90); --chat-new-message-textarea-bg: var(--white); --chat-new-message-border: var(--white);