Updated Color scheme
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<div class="border border-blackout-950 rounded-lg shadow">
|
||||
<div class="bg-white p-4 border-jet-100 border rounded-lg shadow">
|
||||
<table class="w-full rounded-lg">
|
||||
<thead class="bg-black border-b border-blackout-950 rounded-t-lg">
|
||||
<tr class="text-left">
|
||||
<thead class="border-b border-jet-200 rounded-t-lg">
|
||||
<tr class="text-left ">
|
||||
{{ $tableheader }}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="bg-black">
|
||||
<tbody class="">
|
||||
{{ $slot }}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@isset($pagination)
|
||||
<div class="px-6 py-4 bg-black rounded-b-lg">
|
||||
<div class="px-6 py-4 rounded-b-lg">
|
||||
{{ $pagination }}
|
||||
</div>
|
||||
@endisset
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user