Skip to content

Commit 2f5f60f

Browse files
committed
Merge branch 'REJack-fix/white-border-in-dark-mode' into develop
2 parents 8ca1997 + 3805e95 commit 2f5f60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/components/table/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</tr>
99
</thead>
1010

11-
<tbody {{ $attributes->only('wire:sortable') }} class="bg-white divide-y divide-gray-200 dark:divide-none">
11+
<tbody {{ $attributes->only('wire:sortable') }} class="bg-white dark:bg-gray-800 divide-y divide-gray-200 dark:divide-none">
1212
@if ($customSecondaryHeader)
1313
{{ $customSecondaryHead }}
1414
@endif

0 commit comments

Comments
 (0)