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:
@@ -1,6 +1,6 @@
|
||||
<div>
|
||||
<table class="w-full rounded-lg">
|
||||
<thead class="border-b border-jet-200 rounded-t-lg">
|
||||
<thead class="border-b border-white/70 rounded-t-lg">
|
||||
<tr class="text-left ">
|
||||
{{ $tableheader }}
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user