Change reader loading pages background color

This commit is contained in:
schroda
2024-09-10 13:04:37 +02:00
parent 7f330ec542
commit b3a8821023

View File

@@ -98,7 +98,7 @@ export const Page = forwardRef((props: IProps, ref: any) => {
: isHorizontalReaderType(settings.readerType) : isHorizontalReaderType(settings.readerType)
? '50vw' ? '50vw'
: 'calc(100% * 0.5)', : 'calc(100% * 0.5)',
backgroundColor: '#525252', backgroundColor: 'background.paper',
}} }}
imgStyle={imgStyle} imgStyle={imgStyle}
/> />