From 6d7d713532f2440aa146683081e6e0df5174820d Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 3 Mar 2026 08:18:08 -0500 Subject: [PATCH] Replace blue/indigo sidebar colors with warm stone neutrals Align ConversationList colors with Anthropic design guidelines, replacing indigo-300/blue-400 with stone-200/stone-300. Co-Authored-By: Claude Sonnet 4.6 --- raggr-frontend/src/components/ConversationList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/raggr-frontend/src/components/ConversationList.tsx b/raggr-frontend/src/components/ConversationList.tsx index a245ab0..21170b5 100644 --- a/raggr-frontend/src/components/ConversationList.tsx +++ b/raggr-frontend/src/components/ConversationList.tsx @@ -44,12 +44,12 @@ export const ConversationList = ({ }, []); return ( -
+
{conservations.map((conversation) => { return (
onSelectConversation(conversation)} >

@@ -59,7 +59,7 @@ export const ConversationList = ({ ); })}

onCreateNewConversation()} >

+ Start a new thread