File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const sendDailyReport = () => {
113
113
</div >
114
114
<div v-auto-animate v-else >
115
115
<template v-for =" message in messages .data " >
116
- <div class =" border border-gray-300 rounded-md p-4 mb-4 overflow-scroll " >
116
+ <div class =" border border-gray-500 rounded-md p-4 mb-4 overflow-scroll " >
117
117
<div class =" flex justify-end gap-2 items-center -mb-6" >
118
118
<span class =" badge badge-ghost text-xs" >{{ message.diff_for_humans }}</span >
119
119
<span class =" badge badge-outline text-xs" >{{ message.id }}</span >
@@ -160,7 +160,7 @@ const sendDailyReport = () => {
160
160
v-model =" form.input"
161
161
placeholder =" Ask a question..."
162
162
required
163
- class =" textarea textarea-bordered textarea-lg w-full" ></textarea >
163
+ class =" textarea textarea-bordered border-gray-500 textarea-lg w-full" ></textarea >
164
164
<div class =" flex justify-end mt-2" >
165
165
<button
166
166
:disabled =" form.processing"
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ watch(() => props.chatCompleted, (newValue) => {
65
65
</div >
66
66
67
67
<template v-for =" task in tasks " :key =" task .id " >
68
- <div class =" p-2 border border-gray-300 rounded-md my-2" >
69
- <div class =" text-gray-600 text-md flex justify-between items-center" >
68
+ <div class =" p-2 border border-gray-500 rounded-md my-2" >
69
+ <div class =" text-gray-400 text-md flex justify-between items-center" >
70
70
{{ task.name }} <span class =" badge badge-ghost text-xs" >{{ task.id }} </span >
71
71
</div >
72
72
73
73
74
- <div class =" whitespace-pre-wrap text-gray-600 text-sm prose py-2 px-1" >
74
+ <div class =" whitespace-pre-wrap text-gray-500 text-sm prose py-2 px-1" >
75
75
{{ task.details }}
76
76
</div >
77
77
You can’t perform that action at this time.
0 commit comments