@@ -63,12 +63,12 @@ const ChapterInfo = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack>
|
<Stack>
|
||||||
<Typography color={contrastText}>{title}</Typography>
|
<Typography sx={{ color: contrastText }}>{title}</Typography>
|
||||||
<Typography color={contrastText} variant="h6" component="h1">
|
<Typography sx={{ color: contrastText }} variant="h6" component="h1">
|
||||||
{name}
|
{name}
|
||||||
</Typography>
|
</Typography>
|
||||||
{scanlator && (
|
{scanlator && (
|
||||||
<Typography variant="body2" color={disabledText}>
|
<Typography variant="body2" sx={{ color: disabledText }}>
|
||||||
{scanlator}
|
{scanlator}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user