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 8bb1b29 commit 69705ccCopy full SHA for 69705cc
resources/views/components/table/th/plain.blade.php
@@ -5,7 +5,7 @@
5
@endphp
6
7
@if ($theme === 'tailwind')
8
- <th scope="col" {{ $attributes->merge(['class' => 'table-cell px-3 py-2 md:px-6 md:py-3 text-center md:text-left dark:bg-gray-800']) }}>{{ $slot }}</th>
+ <th scope="col" {{ $attributes->merge(['class' => 'table-cell px-3 py-2 md:px-6 md:py-3 text-center md:text-left bg-gray-50 dark:bg-gray-800']) }}>{{ $slot }}</th>
9
@elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
10
<th scope="col">{{ $slot }}</th>
11
@endif
0 commit comments