From 663e20fff9d81f381ce7b56a89b3b484a460de5c Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:03:29 +0100 Subject: [PATCH] Visualize read chapters in the update list --- src/screens/Updates.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/screens/Updates.tsx b/src/screens/Updates.tsx index 8e0bea2f..15f998ce 100644 --- a/src/screens/Updates.tsx +++ b/src/screens/Updates.tsx @@ -206,6 +206,9 @@ export const Updates: React.FC = () => { component={Link} to={`/manga/${chapter.manga.id}/chapter/${chapter.sourceOrder}`} state={location.state} + sx={{ + color: (theme) => theme.palette.text[chapter.isRead ? 'disabled' : 'primary'], + }} >