Skip to content

Commit 463e62d

Browse files
authored
Merge pull request #272 from devforth/AdminForth/721
fix: fix form background color
2 parents ca8d86c + e4656a8 commit 463e62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/GroupsTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
v-for="(column, i) in group.columns"
2020
:key="column.name"
2121
v-if="currentValues !== null"
22-
class="bg-ligftForm dark:bg-gray-800 dark:border-gray-700 block md:table-row"
22+
class="bg-lightForm dark:bg-gray-800 dark:border-gray-700 block md:table-row"
2323
:class="{ 'border-b': i !== group.columns.length - 1}"
2424
>
2525
<td class="px-6 py-4 flex items-center block md:table-cell pb-0 md:pb-4"

0 commit comments

Comments
 (0)