Revert "fix(ui): make readed article color into gray (#340)"

This reverts commit 9125a49fcc.
This commit is contained in:
DIYgod 2024-09-12 18:31:49 +08:00
parent 4cbe2a2d81
commit cd3bc39f07
No known key found for this signature in database
1 changed files with 1 additions and 4 deletions

View File

@ -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}
/>