Skip to content

Commit 6292b79

Browse files
committed
add styles for task-detail for accept task
1 parent bf5469e commit 6292b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/social_platform/src/app/office/projects/detail/kanban-board/shared/task/detail/task-detail.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
&--accept {
2929
width: 23px;
3030
height: 23px;
31+
cursor: pointer;
3132
border: 0.5px solid var(--accent);
3233
border-radius: var(--rounded-md);
33-
cursor: pointer;
3434
}
3535
}
3636

0 commit comments

Comments
 (0)