Reduce manga page chapter list item text size

Partially closes #1049
This commit is contained in:
schroda
2026-01-18 18:59:11 +01:00
parent 383d46846e
commit 54e9f6f9bc

View File

@@ -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,
}), }),