From 40386f33ec76f394c1911cdf6a4e382d72d76713 Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sat, 6 Jun 2026 09:18:54 -0500 Subject: [PATCH] Remove drop shadows from composer and user message bubbles Strip shadow-composer (and its focus/open-state variants) from the composer surface, composer fallback surface, and the shared user-bubble base class. Also drop the !important box-shadow override on [data-slot=composer-surface] that re-applied the shadow regardless of the utility class, so the flatter look actually takes effect. --- apps/desktop/src/app/chat/composer/index.tsx | 7 +++---- apps/desktop/src/components/assistant-ui/thread.tsx | 8 ++++---- apps/desktop/src/styles.css | 1 - 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/apps/desktop/src/app/chat/composer/index.tsx b/apps/desktop/src/app/chat/composer/index.tsx index e19128add30..973b0295854 100644 --- a/apps/desktop/src/app/chat/composer/index.tsx +++ b/apps/desktop/src/app/chat/composer/index.tsx @@ -1496,11 +1496,10 @@ export function ChatBar({
-
+