Skip to content
Snippets Groups Projects
Commit 454e31cc authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

tasks adaptive color theme

parent f2a5bec3
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ export default function TaskDetail() {
if (task) {
return (
<div className="tasks-detail-page">
<div className={'tasks-detail-page theme-' + StatusColors.get(task.status)}>
<div className="content-container">
<Tag label={task.status} color={StatusColors.get(task.status)} />
<h1>{task.name}</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment