diff --git a/src/components/Home/ProgressIndicator.jsx b/src/components/Home/ProgressIndicator.jsx index 834dafb..955da6a 100644 --- a/src/components/Home/ProgressIndicator.jsx +++ b/src/components/Home/ProgressIndicator.jsx @@ -33,7 +33,7 @@ const ProgressIndicator = ({ value, size = 40, thickness = 4 }) => ( color={value >= 100 ? 'success.main' : 'text.secondary'} sx={{ fontWeight: value >= 100 ? 'bold' : 'normal', - fontSize: value >= 100 ? '0.75rem' : 'inherit', + fontSize: value >= 10 ? '0.65rem' : 'inherit', }} > {`${Math.round(value)}%`}