adjusted orders blade

This commit is contained in:
2025-04-23 17:05:59 +02:00
parent 9def3cae3e
commit a92d1f0466
5 changed files with 37 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<div class="bg-zinc-700 w-full border-b border-accent">
<div class="bg-black w-full border-b border-blackout-950">
<div class="container mx-auto py-6 px-4 sm:px-6 lg:px-8 flex justify-between">
<x-header.header-left>
@isset($headerleft)
@@ -6,7 +6,7 @@
@endisset
</x-header.header-left>
<div>
<h2 class="font-semibold text-2xl text-gray-800 dark:text-gray-200 leading-tight">
<h2 class="font-semibold text-2xl text-nuke-400 leading-tight">
{{ $slot }}
</h2>
</div>