Change "large" IconButtons to default size
This commit is contained in:
@@ -45,7 +45,6 @@ export const ChapterDownloadButton = ({
|
||||
e.preventDefault();
|
||||
downloadChapter();
|
||||
}}
|
||||
size="large"
|
||||
>
|
||||
<DownloadIcon />
|
||||
</IconButton>
|
||||
|
||||
@@ -40,7 +40,6 @@ export const ChapterDownloadRetryButton = ({ chapterId }: { chapterId: ChapterId
|
||||
e.stopPropagation();
|
||||
handleRetry();
|
||||
}}
|
||||
size="large"
|
||||
>
|
||||
<Refresh />
|
||||
</IconButton>
|
||||
|
||||
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user