Skip to content

Commit

Permalink
Revert "fix(ui): make readed article color into gray (#340)"
Browse files Browse the repository at this point in the history
This reverts commit 9125a49.
  • Loading branch information
DIYgod committed Sep 12, 2024
1 parent 4cbe2a2 commit cd3bc39
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit cd3bc39

Please sign in to comment.