Skip to content

Commit 69705cc

Browse files
committed
Revert file
1 parent 8bb1b29 commit 69705cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/table/th/plain.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@endphp
66

77
@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>
8+
<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>
99
@elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
1010
<th scope="col">{{ $slot }}</th>
1111
@endif

0 commit comments

Comments
 (0)