fix: List mouseover -> hover:bg-gray-200

This commit is contained in:
ISA
2025-07-07 14:52:53 +02:00
parent 8ee7c9c193
commit fdd38c74f0
10 changed files with 15 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ export default function Last20MessagesTable({ className }: Props) {
</thead>
<tbody>
{filteredMessages.slice(0, 20).map((msg, index) => (
<tr key={index} className="hover:bg-gray-50">
<tr key={index} className="hover:bg-gray-200">
<td className="border p-2">
<div
className="w-4 h-4 rounded"