diff --git a/cvat-ui/src/components/tasks-page/task-item.tsx b/cvat-ui/src/components/tasks-page/task-item.tsx index c7322cf5..915df3c3 100644 --- a/cvat-ui/src/components/tasks-page/task-item.tsx +++ b/cvat-ui/src/components/tasks-page/task-item.tsx @@ -49,7 +49,8 @@ class TaskItemComponent extends React.PureComponent - {`${id} ${name}`} + {`#${id}: `} + {name}
{ owner && ( diff --git a/cvat-ui/src/stylesheet.css b/cvat-ui/src/stylesheet.css index e8772391..d553f7bd 100644 --- a/cvat-ui/src/stylesheet.css +++ b/cvat-ui/src/stylesheet.css @@ -48,7 +48,7 @@ } .cvat-black-color { - color: black; + color: #363435; } .cvat-feedback-button {