Skip to content

Commit 915a944

Browse files
committed
fix: white border on table with dark-mode
1 parent 6de8a14 commit 915a944

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)