Adjust theme preview components styling

This commit is contained in:
schroda
2024-09-06 23:29:40 +02:00
parent 81fe710531
commit f0701ff03a
3 changed files with 48 additions and 25 deletions

View File

@@ -23,7 +23,11 @@ export const CreateThemeButton = () => {
<>
<Stack sx={{ alignItems: 'center', gap: 1 }}>
<Button
sx={{ minWidth: '150px', height: '225px', m: 1, mb: 0 }}
sx={{
minWidth: '150px',
maxWidth: '150px',
height: '225px',
}}
variant="contained"
size="large"
{...bindTrigger(popupState)}