format
This commit is contained in:
@@ -1224,20 +1224,20 @@ class GrowTentKonfigurator extends Component {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={{ display: 'flex', gap: 2, justifyContent: 'center' }}>
|
<Box sx={{ display: 'flex', gap: 2, justifyContent: 'center' }}>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
size="large"
|
size="large"
|
||||||
startIcon={<ShoppingCartIcon />}
|
startIcon={<ShoppingCartIcon />}
|
||||||
sx={{
|
sx={{
|
||||||
bgcolor: '#2e7d32',
|
bgcolor: '#2e7d32',
|
||||||
'&:hover': { bgcolor: '#1b5e20' },
|
'&:hover': { bgcolor: '#1b5e20' },
|
||||||
minWidth: 250
|
minWidth: 250
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
In den Warenkorb
|
In den Warenkorb
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user