fix: List mouseover -> hover:bg-gray-200
This commit is contained in:
@@ -26,7 +26,7 @@ export default function MeldungenTabelle({
|
||||
</thead>
|
||||
<tbody>
|
||||
{messages.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