6
6
<input
7
7
wire:model =" selectPage"
8
8
type =" checkbox"
9
- class =" rounded-md shadow-sm border-cool- gray-300 block transition duration-150 ease-in-out sm:text-sm sm:leading-5"
9
+ class =" rounded-md shadow-sm border-gray-300 block transition duration-150 ease-in-out sm:text-sm sm:leading-5"
10
10
/>
11
11
</div >
12
12
</x-livewire-tables::table .heading >
@@ -38,7 +38,7 @@ class="rounded-md shadow-sm border-cool-gray-300 block transition duration-150 e
38
38
<button
39
39
wire:click =" selectAll"
40
40
type =" button"
41
- class =" ml-1 text-blue-600 underline text-cool- gray-700 text-sm leading-5 font-medium focus:outline-none focus:text-cool -gray-800 focus:underline transition duration-150 ease-in-out"
41
+ class =" ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium focus:outline-none focus:text-gray-800 focus:underline transition duration-150 ease-in-out"
42
42
>
43
43
@lang (' Select All' )
44
44
</button >
@@ -50,7 +50,7 @@ class="ml-1 text-blue-600 underline text-cool-gray-700 text-sm leading-5 font-me
50
50
<button
51
51
wire:click =" resetBulk"
52
52
type =" button"
53
- class =" ml-1 text-blue-600 underline text-cool- gray-700 text-sm leading-5 font-medium focus:outline-none focus:text-cool -gray-800 focus:underline transition duration-150 ease-in-out"
53
+ class =" ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium focus:outline-none focus:text-gray-800 focus:underline transition duration-150 ease-in-out"
54
54
>
55
55
@lang (' Unselect All' )
56
56
</button >
@@ -75,7 +75,7 @@ class="ml-1 text-blue-600 underline text-cool-gray-700 text-sm leading-5 font-me
75
75
value =" {{ $row -> getKey () } }"
76
76
onclick =" event.stopPropagation();return true;"
77
77
type =" checkbox"
78
- class =" rounded-md shadow-sm border-cool- gray-300 block transition duration-150 ease-in-out sm:text-sm sm:leading-5"
78
+ class =" rounded-md shadow-sm border-gray-300 block transition duration-150 ease-in-out sm:text-sm sm:leading-5"
79
79
/>
80
80
</div >
81
81
</x-livewire-tables::table .cell >
@@ -87,11 +87,11 @@ class="rounded-md shadow-sm border-cool-gray-300 block transition duration-150 e
87
87
<x-livewire-tables::table .row >
88
88
<x-livewire-tables::table .cell :colspan =" count($bulkActions) ? count($columns) + 1 : count($columns)" >
89
89
<div class =" flex justify-center items-center space-x-2" >
90
- <svg xmlns =" http://www.w3.org/2000/svg" class =" h-8 w-8 text-cool- gray-400" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
90
+ <svg xmlns =" http://www.w3.org/2000/svg" class =" h-8 w-8 text-gray-400" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
91
91
<path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4" />
92
92
</svg >
93
93
94
- <span class =" font-medium py-8 text-cool- gray-400 text-xl" >@lang (' No items found. Try narrowing your search.' )</span >
94
+ <span class =" font-medium py-8 text-gray-400 text-xl" >@lang (' No items found. Try narrowing your search.' )</span >
95
95
</div >
96
96
</x-livewire-tables::table .cell >
97
97
</x-livewire-tables::table .row >
0 commit comments