Skip to content

Commit

Permalink
Increase add theme button icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Sep 9, 2024
1 parent 418af05 commit aa628c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CreateThemeButton = () => {
size="large"
{...bindTrigger(popupState)}
>
<AddCircleIcon />
<AddCircleIcon fontSize="large" />
</Button>
<Tooltip title={t('settings.appearance.theme.create.title')} placement="top">
<TypographyMaxLines sx={{ maxWidth: '100%' }}>
Expand Down

0 comments on commit aa628c7

Please sign in to comment.