better styling for task view with tags

This commit is contained in:
Julien Calixte
2023-04-15 18:37:18 +02:00
parent c2796c8e14
commit cba119b3fc
3 changed files with 48 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ const taskStore = useTaskStore()
class="button is-link is-outlined"
>{{ task.title }}</router-link
>
<span> {{ task.totalEstimation }} minutes </span>
<span class="tag">{{ task.totalEstimation }} minutes</span>
<span>{{ formatDate(task.date) }}</span>
</li>
</ul>