|
@@ -44,7 +44,7 @@ const ChatHistoryList: React.FC<ChatHistoryListProps> = ({
|
|
key={session.id}
|
|
key={session.id}
|
|
className={`group relative rounded-lg ${
|
|
className={`group relative rounded-lg ${
|
|
isDarkMode ? 'bg-slate-800 hover:bg-slate-700' : 'bg-white/50 hover:bg-white/70'
|
|
isDarkMode ? 'bg-slate-800 hover:bg-slate-700' : 'bg-white/50 hover:bg-white/70'
|
|
- } p-3 backdrop-blur-sm transition-all`}>
|
|
|
|
|
|
+ } p-3 transition-all backdrop-blur-sm`}>
|
|
<button onClick={() => onSessionSelect(session.id)} className="w-full text-left" type="button">
|
|
<button onClick={() => onSessionSelect(session.id)} className="w-full text-left" type="button">
|
|
<h3 className={`text-sm font-medium ${isDarkMode ? 'text-gray-200' : 'text-gray-900'}`}>
|
|
<h3 className={`text-sm font-medium ${isDarkMode ? 'text-gray-200' : 'text-gray-900'}`}>
|
|
{session.title}
|
|
{session.title}
|