@@ -148,8 +148,7 @@ export const ChapterCard = memo((props: IProps) => {
|
|||||||
}
|
}
|
||||||
slotProps={{
|
slotProps={{
|
||||||
title: {
|
title: {
|
||||||
variant: 'h6',
|
variant: 'subtitle1',
|
||||||
component: 'h3',
|
|
||||||
sx: applyStyles(mode === 'reader' && isActiveChapter, {
|
sx: applyStyles(mode === 'reader' && isActiveChapter, {
|
||||||
color: theme.palette.primary.contrastText,
|
color: theme.palette.primary.contrastText,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user