Two month of work
This commit is contained in:
@@ -8,10 +8,7 @@ const props = defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<tr
|
||||
data-slot="table-row"
|
||||
:class="cn('hover:bg-accent data-[state=selected]:bg-muted border-b transition-colors', props.class)"
|
||||
>
|
||||
<tr :class="cn('border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted', props.class)">
|
||||
<slot />
|
||||
</tr>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user