diff --git a/src/modules/chapter/components/ChapterList.tsx b/src/modules/chapter/components/ChapterList.tsx
index fa070c8a..35cf04b8 100644
--- a/src/modules/chapter/components/ChapterList.tsx
+++ b/src/modules/chapter/components/ChapterList.tsx
@@ -190,6 +190,7 @@ export const ChapterList = ({
Chapters.markAsRead(Chapters.getNonRead(chapters), true, manga.id)}
+ color="inherit"
>
@@ -198,7 +199,11 @@ export const ChapterList = ({
{(popupState) => (
<>
-
+
diff --git a/src/modules/chapter/components/ChaptersToolbarMenu.tsx b/src/modules/chapter/components/ChaptersToolbarMenu.tsx
index 015a33be..acf919f8 100644
--- a/src/modules/chapter/components/ChaptersToolbarMenu.tsx
+++ b/src/modules/chapter/components/ChaptersToolbarMenu.tsx
@@ -29,7 +29,7 @@ export const ChaptersToolbarMenu = ({ options, optionsDispatch }: IProps) => {
return (
<>
- setOpen(true)}>
+ setOpen(true)} color="inherit">