From 170b870e15764d369541bbb3c0a7c19fef8bc912 Mon Sep 17 00:00:00 2001 From: MC2b6 Date: Wed, 30 Oct 2024 21:36:05 -0500 Subject: [PATCH] style(ProgressIndicator): minor update to font size --- src/components/Home/ProgressIndicator.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}%`}