@innertia-solutions/nuxt-theme-spark 0.1.109 → 0.1.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Table.vue +1 -1
- package/package.json +1 -1
package/components/Table.vue
CHANGED
|
@@ -638,7 +638,7 @@ defineExpose({
|
|
|
638
638
|
@click="(e) => handleRowClick(row, e)"
|
|
639
639
|
@keydown="(e) => handleRowKeydown(row, e)"
|
|
640
640
|
:tabindex="isRowClickEnabled ? 0 : undefined"
|
|
641
|
-
class="divide-x divide-card-line bg-
|
|
641
|
+
class="divide-x divide-card-line bg-card hover:bg-layer-hover transition-colors"
|
|
642
642
|
:class="{
|
|
643
643
|
'cursor-pointer': isRowClickEnabled,
|
|
644
644
|
'bg-indigo-50/40 dark:bg-indigo-900/10 hover:bg-indigo-50/60': row.getIsSelected(),
|