From 5d52fc44558fc3d814e6e7b2eec1aadf76ab8e8f Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Sun, 26 Jan 2025 03:26:24 +0100
Subject: [PATCH] Inherit color for missed icon buttons
---
src/modules/chapter/components/ChapterList.tsx | 7 ++++++-
src/modules/chapter/components/ChaptersToolbarMenu.tsx | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
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">