Change reader loading pages background color
This commit is contained in:
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user