resources/views/livewire/datatable.blade.php: Change odd background color abit.
This commit is contained in:
parent
a9ca7cc86a
commit
73e49332cd
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<tbody>
|
||||
@foreach($items as $item)
|
||||
<tr class="odd:bg-gray-100">
|
||||
<tr class="odd:bg-gray-50">
|
||||
@foreach(array_keys($columns) as $key)
|
||||
<td class="border px-4 py-2">{{ Arr::get($item, $key) }}</td>
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue