Updated Color scheme

This commit is contained in:
2025-11-18 01:40:29 +01:00
parent 34bea2b44f
commit 75800bf6cc
3 changed files with 18 additions and 18 deletions
+6 -6
View File
@@ -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>