From b3a8821023484ea26ae95e822bddec6e4df70e1f Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:04:37 +0200 Subject: [PATCH] Change reader loading pages background color --- src/components/reader/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/reader/Page.tsx b/src/components/reader/Page.tsx index 93f7fd4a..51d3be50 100644 --- a/src/components/reader/Page.tsx +++ b/src/components/reader/Page.tsx @@ -98,7 +98,7 @@ export const Page = forwardRef((props: IProps, ref: any) => { : isHorizontalReaderType(settings.readerType) ? '50vw' : 'calc(100% * 0.5)', - backgroundColor: '#525252', + backgroundColor: 'background.paper', }} imgStyle={imgStyle} />