This commit is contained in:
sebseb7
2025-09-07 05:13:56 +02:00
parent cbb8dc463f
commit 1ac253d5f3

View File

@@ -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>
); );
} }