Skip to content

Commit b871644

Browse files
committed
wip
1 parent 754eb93 commit b871644

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/views/livewire/requests.blade.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
<x-slot:actions>
1414
<div class="flex flex-wrap gap-4">
1515
<div class="flex items-center gap-2 text-xs text-gray-600 dark:text-gray-400 font-medium">
16-
<div class="h-0.5 w-3 rounded-full bg-[#5B91FC7F]"></div>
16+
<div class="h-0.5 w-3 rounded-full" style="background-color: #5B91FC;"></div>
1717
Informational
1818
</div>
1919
<div class="flex items-center gap-2 text-xs text-gray-600 dark:text-gray-400 font-medium">
20-
<div class="h-0.5 w-3 rounded-full bg-[#8EE3B7FF]"></div>
20+
<div class="h-0.5 w-3 rounded-full" style="background-color: #8EE3B7;"></div>
2121
Successful
2222
</div>
2323
<div class="flex items-center gap-2 text-xs text-gray-600 dark:text-gray-400 font-medium">
24-
<div class="h-0.5 w-3 rounded-full bg-[#eab308]"></div>
24+
<div class="h-0.5 w-3 rounded-full" style="background-color: #eab308;"></div>
2525
Redirection
2626
</div>
2727
<div class="flex items-center gap-2 text-xs text-gray-600 dark:text-gray-400 font-medium">
28-
<div class="h-0.5 w-3 rounded-full bg-[#882de7]"></div>
28+
<div class="h-0.5 w-3 rounded-full" style="background-color: #882de7;"></div>
2929
Client Error
3030
</div>
3131
<div class="flex items-center gap-2 text-xs text-gray-600 dark:text-gray-400 font-medium">
32-
<div class="h-0.5 w-3 rounded-full bg-[#e11d48]"></div>
32+
<div class="h-0.5 w-3 rounded-full" style="background-color: #e11d48;"></div>
3333
Server Error
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)