refactor: created global component for kanban board
This commit is contained in:
parent
4f85773a48
commit
58eda658c8
31 changed files with 247 additions and 683 deletions
|
|
@ -113,7 +113,7 @@ export const SubIssuesList: FC<SubIssueListProps> = ({
|
|||
<Link href={`/${workspaceSlug}/projects/${projectId}/issues/${issue.id}`}>
|
||||
<a className="flex items-center gap-2 rounded text-xs">
|
||||
<span
|
||||
className={`block h-1.5 w-1.5 rounded-full`}
|
||||
className="block flex-shrink-0 h-1.5 w-1.5 rounded-full"
|
||||
style={{
|
||||
backgroundColor: issue.state_detail.color,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue