@@ -37,7 +37,7 @@ class="primary-button"
37
37
</div >
38
38
</div >
39
39
40
- <div class =" flex gap-4 border-t px-4 py-2 align-top max-sm:flex-wrap" >
40
+ <div class =" flex gap-4 border-t border-gray-200 px-4 py-2 align-top dark:border-gray-800 max-sm:flex-wrap" >
41
41
<!-- Name -->
42
42
<x-admin::form .control-group >
43
43
<x-admin::form .control-group.label class =" required" >
@@ -129,12 +129,12 @@ class="flex gap-4"
129
129
:: class = " { draggable: isDragable(element) }"
130
130
class = " flex gap-4 overflow-x-auto"
131
131
>
132
- < div class = " flex min-w-[275px] max-w-[275px] flex-col justify-between rounded-lg bg-white" >
132
+ < div class = " flex min-w-[275px] max-w-[275px] flex-col justify-between rounded-lg bg-white dark:bg-gray-900 " >
133
133
<!-- Stage Crad -->
134
134
< div class = " flex flex-col gap-6 px-4 py-3" >
135
135
<!-- Stage Title and Action -->
136
136
< div class = " flex items-center justify-between" >
137
- < span class = " py-1 font-medium" >
137
+ < span class = " py-1 font-medium dark:text-gray-300 " >
138
138
@ {{ element .name ? element .name : ' @lang (' admin::app.settings.pipelines.create.newly-added' ) ' }}
139
139
< / span>
140
140
@@ -199,7 +199,7 @@ class="icon-move cursor-grab rounded-md p-1 text-2xl transition-all hover:bg-gra
199
199
< / div>
200
200
201
201
< div
202
- class = " flex cursor-pointer items-center gap-2 border-t p-2 text-red-600"
202
+ class = " flex cursor-pointer items-center gap-2 border-t border-gray-200 p-2 text-red-600 dark:border-gray-800 "
203
203
@click = " removeStage(element)"
204
204
v- if = " isDragable(element)"
205
205
>
@@ -214,11 +214,11 @@ class="flex cursor-pointer items-center gap-2 border-t p-2 text-red-600"
214
214
< / draggable>
215
215
216
216
<!-- Add New Stage Card -->
217
- < div class = " flex min-h-[400px] min-w-[275px] max-w-[275px] flex-col items-center justify-center gap-1 rounded-lg bg-white" >
217
+ < div class = " flex min-h-[400px] min-w-[275px] max-w-[275px] flex-col items-center justify-center gap-1 rounded-lg bg-white dark:bg-gray-900 " >
218
218
< div class = " flex flex-col items-center justify-center gap-6 px-4 py-3" >
219
219
< div class = " grid justify-center justify-items-center gap-3.5 text-center" >
220
220
< div class = " flex flex-col items-center gap-2" >
221
- < p class = " text-xl font-semibold" >
221
+ < p class = " text-xl font-semibold dark:text-gray-300 " >
222
222
@lang (' admin::app.settings.pipelines.create.add-new-stages' )
223
223
< / p>
224
224
0 commit comments