mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(apps/tasks) Tweaked the hover color on task list for better consistency
This commit is contained in:
parent
623b43a94c
commit
e4442d683b
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user