refactor: update Typography components across multiple files to improve consistency in heading levels and styles
This commit is contained in:
@@ -483,10 +483,10 @@ class GrowTentKonfigurator extends Component {
|
||||
)}
|
||||
|
||||
<Box sx={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', mb: 3 }}>
|
||||
<Typography variant="h4" sx={{ fontWeight: 'bold' }}>
|
||||
<Typography variant="h5" sx={{ fontWeight: 'bold' }}>
|
||||
Gesamtpreis:
|
||||
</Typography>
|
||||
<Typography variant="h4" sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
|
||||
<Typography variant="h5" sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
|
||||
{this.formatPrice(totalPrice)}
|
||||
</Typography>
|
||||
</Box>
|
||||
@@ -517,7 +517,7 @@ class GrowTentKonfigurator extends Component {
|
||||
<Container maxWidth="lg" sx={{ py: 4 }}>
|
||||
<Paper elevation={2} sx={{ p: 4, borderRadius: 2 }}>
|
||||
<Box sx={{ textAlign: 'center', mb: 4 }}>
|
||||
<Typography variant="h3" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
|
||||
<Typography variant="h3" component="h1" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
|
||||
🌱 Growbox Konfigurator
|
||||
</Typography>
|
||||
<Typography variant="h6" color="text.secondary">
|
||||
|
||||
Reference in New Issue
Block a user