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 2c8a2be commit 3b21098Copy full SHA for 3b21098
adminforth/spa/src/components/ResourceListTable.vue
@@ -59,7 +59,7 @@
59
{{ $t('Actions') }}
60
</td>
61
</tr>
62
- <tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListTableBorder">
+ <tr v-for="c in tableBodyStartInjection" :key="c.id" class="align-top border-b border-lightListBorder dark:border-darkListBorder dark:bg-darkListTable">
63
<component :is="getCustomComponent(c)" :meta="c.meta" :resource="resource" :adminUser="coreStore.adminUser" />
64
65
<!-- table header end -->
0 commit comments