Update border color to dark mode

This commit is contained in:
Andras Bacsai
2024-03-22 12:06:16 +01:00
parent f044b0292c
commit 87e56c2f66
7 changed files with 10 additions and 10 deletions

View File

@@ -159,7 +159,7 @@
@foreach ($deployments as $deployment)
<a href="{{ data_get($deployment, 'deployment_url') }}" @class([
'gap-2 cursor-pointer box group border-l-2 border-dotted',
'border-coolgray-500' => data_get($deployment, 'status') === 'queued',
'dark:border-coolgray-300' => data_get($deployment, 'status') === 'queued',
'border-yellow-500' => data_get($deployment, 'status') === 'in_progress',
])>
<div class="flex flex-col mx-6">