Fixing card colors.
This commit is contained in:
parent
79f3ff56d5
commit
b6d7933857
|
|
@ -674,7 +674,7 @@ useIntersectionObserver(
|
|||
:ref="(el) => { activitiesRefs[row.activity._id] = el as Element | null }"
|
||||
>
|
||||
<div
|
||||
class="bg-gray-100 p-4 sm:px-4 text-sm cursor-pointer border-l-2 transition-colors"
|
||||
class="bg-white p-4 sm:px-4 text-sm cursor-pointer border-l-2 transition-colors"
|
||||
:class="[
|
||||
row.activity.unread ? 'text-highlighted' : 'text-toned',
|
||||
selectedActivity && selectedActivity._id === row.activity._id
|
||||
|
|
|
|||
Loading…
Reference in New Issue