Skip to content

Commit

Permalink
fixup! Update list tasks and modify mock data I create a list task co…
Browse files Browse the repository at this point in the history
…mponent to display a task from list tasks. I modified the css for better UI list task
  • Loading branch information
vxduc9999 committed Jul 14, 2021
1 parent d01a21a commit a545edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ListDetails/ListTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
},
data() {
return {
priorities: priorities,
priorities,
};
},
};
Expand Down Expand Up @@ -66,7 +66,7 @@ export default {
input {
margin: auto;
width: 20px;
transform: scale(1.5);
height: 30px;
}
.list-task-detail-right {
Expand Down

0 comments on commit a545edd

Please sign in to comment.