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={{
title: {
variant: 'h6',
component: 'h3',
variant: 'subtitle1',
sx: applyStyles(mode === 'reader' && isActiveChapter, {
color: theme.palette.primary.contrastText,
}),