Refactored Color Livewire components, added CreateColor, EditColor, and ShowColor components. Updated views, navigation, and Tailwind color schemes. Adjusted database migrations for consistency.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<title>{{ $title . ' | ' . config('app.name') ?? config('app.name') }}</title>
|
||||
</head>
|
||||
<body class="font-sans antialiased bg-jet-950/50">
|
||||
<body class="font-sans antialiased bg-neutral-900">
|
||||
<x-navbar />
|
||||
<div class="flex flex-row">
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user