Skip to content

Commit 74eea3b

Browse files
committed
fix: row hover color
1 parent 51b7a09 commit 74eea3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/control-panel/src/lib/ui/Table/Table.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
selectedRow = i;
244244
handleSelectedRow && handleSelectedRow(i);
245245
}}
246-
class="w-full bg-white select-none hover:bg-black-300
246+
class="w-full bg-white select-none hover:bg-gray
247247
{selectedRow === i && 'bg-black-300!'}"
248248
>
249249
{#if withSelection}

0 commit comments

Comments
 (0)