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 6de8a14 commit 915a944Copy full SHA for 915a944
resources/views/tailwind/components/table/table.blade.php
@@ -8,7 +8,7 @@
8
</tr>
9
</thead>
10
11
- <tbody {{ $attributes->only('wire:sortable') }} class="bg-white divide-y divide-gray-200 dark:divide-none">
+ <tbody {{ $attributes->only('wire:sortable') }} class="bg-white dark:bg-gray-800 divide-y divide-gray-200 dark:divide-none">
12
@if ($customSecondaryHeader)
13
{{ $customSecondaryHead }}
14
@endif
0 commit comments