We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b7a09 commit 74eea3bCopy full SHA for 74eea3b
infrastructure/control-panel/src/lib/ui/Table/Table.svelte
@@ -243,7 +243,7 @@
243
selectedRow = i;
244
handleSelectedRow && handleSelectedRow(i);
245
}}
246
- class="w-full bg-white select-none hover:bg-black-300
+ class="w-full bg-white select-none hover:bg-gray
247
{selectedRow === i && 'bg-black-300!'}"
248
>
249
{#if withSelection}
0 commit comments