refactor: update Typography components across multiple files to improve consistency in heading levels and styles

This commit is contained in:
sebseb7
2025-07-21 01:29:03 +02:00
parent c4bd28ba92
commit d70fac24ed
5 changed files with 15 additions and 15 deletions

View File

@@ -106,7 +106,7 @@ class ExtrasSelector extends Component {
return (
<Box sx={{ mb: 4 }}>
<Typography variant="h5" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
<Typography variant="h2" component="h2" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
{title}
</Typography>
{subtitle && (
@@ -136,7 +136,7 @@ class ExtrasSelector extends Component {
// Render without category grouping
return (
<Box sx={{ mb: 4 }}>
<Typography variant="h5" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
<Typography variant="h2" component="h2" gutterBottom sx={{ color: '#2e7d32', fontWeight: 'bold' }}>
{title}
</Typography>
{subtitle && (