Revert "fix(ui): make readed article color into gray (#340)"
This reverts commit 9125a49fcc.
This commit is contained in:
parent
4cbe2a2d81
commit
cd3bc39f07
|
|
@ -88,10 +88,7 @@ export function ListItem({
|
|||
<EntryTranslation
|
||||
useOverlay
|
||||
side="top"
|
||||
className={cn(
|
||||
envIsSafari ? "line-clamp-2 break-all" : undefined,
|
||||
asRead ? "text-zinc-400 dark:text-neutral-500" : undefined,
|
||||
)}
|
||||
className={envIsSafari ? "line-clamp-2 break-all" : undefined}
|
||||
source={entry.entries.title}
|
||||
target={translation?.title}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue