We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc406a commit ffffea2Copy full SHA for ffffea2
multimodal/tarko/agent-ui/src/standalone/sidebar/ChatSession.tsx
@@ -225,7 +225,7 @@ export const ChatSession: React.FC<ChatSessionProps> = ({ isCollapsed }) => {
225
}
226
227
return (
228
- <div className="w-72 bg-white dark:bg-gray-800/95 flex flex-col h-full backdrop-blur-sm">
+ <div className="w-72 bg-white dark:bg-gray-900/95 flex flex-col h-full backdrop-blur-sm">
229
<div className="p-4 flex items-center justify-between border-b border-gray-100/40 dark:border-gray-700/20">
230
<div className="text-sm font-medium text-gray-700 dark:text-gray-300">Recent Tasks</div>
231
<div className="flex items-center gap-2">
0 commit comments