fix thread popover opacity (#1537)

This commit is contained in:
abhix4
2025-07-05 00:53:26 +05:30
committed by GitHub
parent 4b6d1baf1f
commit c8117ba17b

View File

@@ -296,7 +296,6 @@ const Thread = memo(
<div
className={cn(
'select-none border-b md:my-1 md:border-none',
displayUnread ? '' : 'opacity-60',
)}
onClick={onClick ? onClick(latestMessage) : undefined}
onMouseEnter={() => {
@@ -420,7 +419,7 @@ const Thread = memo(
) : null}
</div>
<div className="relative flex w-full items-center justify-between gap-4 px-4">
<div className={`relative flex w-full items-center justify-between gap-4 px-4 ${displayUnread ? '' : 'opacity-60'}`}>
<div>
<Avatar
className={cn(