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

@@ -49,7 +49,7 @@ export default function DigitalInputsWidget({
</thead>
<tbody>
{inputs.map((input) => (
<tr key={input.id} className="border-b">
<tr key={input.id} className="border-b hover:bg-gray-200">
<td className="px-1 py-0">
<div className="flex items-center gap-1 ">
<Icon