diff --git a/front/src/components/Layout/Sidebar.jsx b/front/src/components/Layout/Sidebar.jsx index 7492f3b..25e1bbc 100644 --- a/front/src/components/Layout/Sidebar.jsx +++ b/front/src/components/Layout/Sidebar.jsx @@ -81,16 +81,12 @@ function Sidebar({ className={`group p-3 rounded-lg cursor-pointer transition-all relative ${ id === currentConversationId ? "bg-bg_light/80 dark:bg-bg_dark/80 text-black dark:text-white" - : "text-black dark:text-white" + : "text-black dark:text-white hover:bg-bg_light/50 dark:hover:bg-white/5" }`} > - {id !== currentConversationId && ( -
- )} -
{conv.title || "Untitled Conversation"}
- - +
+ + +
);