reworked and recolored Table Component

This commit is contained in:
2025-03-17 01:36:38 +01:00
parent c642a437da
commit 98bd3ec660
7 changed files with 69 additions and 41 deletions
@@ -22,7 +22,7 @@
<title>{{ $title . ' | ' . config('app.name') ?? config('app.name') }}</title>
</head>
<body class="font-sans antialiased bg-zinc-800">
<body class="font-sans antialiased bg-zinc-200 text-zinc-700">
<x-navbar />
{{ $slot }}