提交 5bea353a 编写于 作者: B Boris Sekachev

Task name displayed better

上级 b5eacc4f
......@@ -49,7 +49,8 @@ class TaskItemComponent extends React.PureComponent<TaskItemProps & RouteCompone
return (
<Col span={10}>
<Text strong>{`${id} ${name}`}</Text>
<Text strong type='secondary'>{`#${id}: `}</Text>
<Text strong className='cvat-black-color'>{name}</Text>
<br />
{ owner
&& (
......
......@@ -48,7 +48,7 @@
}
.cvat-black-color {
color: black;
color: #363435;
}
.cvat-feedback-button {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册