Change "large" IconButtons to default size

This commit is contained in:
schroda
2025-03-28 19:05:21 +01:00
parent 99f14e2f27
commit e3934545b0
14 changed files with 11 additions and 31 deletions

View File

@@ -45,7 +45,6 @@ export const ChapterDownloadButton = ({
e.preventDefault();
downloadChapter();
}}
size="large"
>
<DownloadIcon />
</IconButton>

View File

@@ -40,7 +40,6 @@ export const ChapterDownloadRetryButton = ({ chapterId }: { chapterId: ChapterId
e.stopPropagation();
handleRetry();
}}
size="large"
>
<Refresh />
</IconButton>

View File

@@ -190,7 +190,6 @@ export const ChapterCard = memo((props: IProps) => {
{...bindTrigger(popupState)}
onClick={(e) => handleClickOpenMenu(e, popupState.open)}
aria-label="more"
size="large"
sx={{
color: 'inherit',
...applyStyles(mode === 'reader' && isActiveChapter, {