fix: typography

This commit is contained in:
ferdiansyah783 2025-08-14 03:15:47 +07:00
parent 3700ce6228
commit 6549773c13

View File

@ -485,7 +485,7 @@ const ReportGeneratorComponent: React.FC<ReportGeneratorProps> = ({
</Box> </Box>
<InfoBox> <InfoBox>
<Typography variant='body2' sx={{ color: textSecondary }}> <Typography variant='body2' component='div' sx={{ color: textSecondary }}>
{labels.periodLabel || 'Periode:'}{' '} {labels.periodLabel || 'Periode:'}{' '}
<Chip <Chip
label={getPeriodText()} label={getPeriodText()}