Files
phishingclub/frontend/src/lib/components/table/TableRow.svelte
T

6 lines
204 B
Svelte

<tr
class="table-row odd:bg-white odd:dark:bg-gray-800 even:bg-pleasant-gray even:dark:bg-gray-900 h-10 hover:bg-cta-light-blue hover:dark:bg-indigo-800 transition-colors duration-200"
>
<slot />
</tr>