fix: List mouseover -> hover:bg-gray-200
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user