Skip to content

Commit 3b21098

Browse files
committed
fix: update ResourceListTable.vue to enhance dark mode styling for table rows
1 parent 2c8a2be commit 3b21098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
{{ $t('Actions') }}
6060
</td>
6161
</tr>
62-
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListTableBorder">
62+
<tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListBorder dark:bg-darkListTable">
6363
<component :is="getCustomComponent(c)" :meta="c.meta" :resource="resource" :adminUser="coreStore.adminUser" />
6464
</tr>
6565
<!-- table header end -->

0 commit comments

Comments
 (0)