File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function TaskList({
3939 if ( items . length === 0 ) {
4040 return (
4141 < div >
42- < p className = "text-center text-zinc -300" > No tasks available.</ p >
42+ < p className = "text-center text-slate -300" > No tasks available.</ p >
4343 </ div >
4444 ) ;
4545 }
Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ function TimetableTaskContent({
192192 < h1 className = "mb-1 text-2xl font-bold text-slate-200 hover:text-slate-100" >
193193 { name }
194194 </ h1 >
195- < div className = "text-lg font-medium" >
195+ < div className = "time-tag-wrapper text-lg font-medium" >
196196 < TimeTag
197197 start_time = { start_time }
198198 end_time = { end_time }
199199 display = { time_display }
200200 />
201201 </ div >
202- < div className = "topic-tags mb-2 mt-2 flex flex-row flex-wrap justify-between gap-1" >
202+ < div className = "topic-tags mb-2 mt-2 flex flex-row flex-wrap gap-1" >
203203 { topics ?. map ( ( topic ) => (
204204 < TopicTag
205205 key = { topic . name }
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export default function TasksPage() {
105105
106106 return (
107107 < div className = "content-container min-w-screen flex h-[85vh] flex-row items-center justify-center bg-slate-950 p-3" >
108- < div className = "task-list-border h-full w-full rounded-lg bg-slate-800 p-3" >
108+ < div className = "task-list-border h-full w-full rounded-lg bg-slate-900 p-3" >
109109 < div className = "task-list-container h-full w-full overflow-hidden" >
110110 < div className = "task-list-content flex h-full w-full flex-col items-center justify-center rounded-lg bg-slate-500 text-slate-200" >
111111 < div className = "task-list-top mb-3 h-[10%] w-full rounded-t-lg p-3" >
You can’t perform that action at this time.
0 commit comments