adjusted orders blade
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user