(apps/tasks) Tweaked the hover color on task list for better consistency

This commit is contained in:
sercan 2021-05-05 17:27:12 +03:00
parent 623b43a94c
commit e4442d683b

View File

@ -65,7 +65,7 @@
<!-- Task -->
<div
[id]="'task-' + task.id"
class="group w-full h-16 select-none hover:bg-hover"
class="group w-full h-16 select-none hover:bg-gray-50 dark:hover:bg-hover"
*ngFor="let task of tasks; trackBy: trackByFn"
[ngClass]="{'text-lg font-semibold bg-gray-100 dark:bg-card': task.type === 'section',
'text-hint': task.completed}"