Skip to content

Commit 754eb93

Browse files
committed
wip
1 parent b6abcb8 commit 754eb93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/livewire/requests.blade.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
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-[rgba(107,114,128,0.5)]"></div>
16+
<div class="h-0.5 w-3 rounded-full bg-[#5B91FC7F]"></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-[rgba(147,51,234,0.5)]"></div>
20+
<div class="h-0.5 w-3 rounded-full bg-[#8EE3B7FF]"></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-[#9333ea]"></div>
24+
<div class="h-0.5 w-3 rounded-full bg-[#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-[#eab308]"></div>
28+
<div class="h-0.5 w-3 rounded-full bg-[#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">

0 commit comments

Comments
 (0)