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.
2 parents ca8d86c + e4656a8 commit 463e62dCopy full SHA for 463e62d
adminforth/spa/src/components/GroupsTable.vue
@@ -19,7 +19,7 @@
19
v-for="(column, i) in group.columns"
20
:key="column.name"
21
v-if="currentValues !== null"
22
- class="bg-ligftForm dark:bg-gray-800 dark:border-gray-700 block md:table-row"
+ class="bg-lightForm dark:bg-gray-800 dark:border-gray-700 block md:table-row"
23
:class="{ 'border-b': i !== group.columns.length - 1}"
24
>
25
<td class="px-6 py-4 flex items-center block md:table-cell pb-0 md:pb-4"
0 commit comments