setCurrentSessionId(session.id)}
- className={`p-2 rounded-lg cursor-pointer flex justify-between items-center ${session.id === currentSessionId ? "bg-rose-100" : ""}`}
+ className={`p-2 rounded-lg cursor-pointer flex justify-between items-center dark:text-gray-100 ${session.id === currentSessionId ? "bg-rose-100 dark:bg-rose-900" : ""}`}
>
{session.title}
@@ -193,11 +205,11 @@ export default function AIChatPage() {
{deleteConfirm === session.id && (
-
-
Delete this conversation?
+
+
Delete this conversation?
-
+
@@ -210,28 +222,26 @@ export default function AIChatPage() {
{/* Main chat */}
-
-
←
-
-
{currentSession?.title || "AI Chat"}
+
+ {currentSession?.title || "AI Chat"}
{currentSession?.messages.map((msg, i) => (
-
-