From a4849c809a5742c1ab1cded6025b9fe3b612e063 Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Sun, 22 Dec 2024 11:15:12 -0500 Subject: [PATCH] fix: Adjust the threshold for smaller font size in metric card. (#82) --- src/components/CurrentMetricCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CurrentMetricCard.tsx b/src/components/CurrentMetricCard.tsx index 5966653..5057bf4 100644 --- a/src/components/CurrentMetricCard.tsx +++ b/src/components/CurrentMetricCard.tsx @@ -86,7 +86,7 @@ export default function CurrentMetricCard(props: CurrentMetricCardProps) { {/* Current value */} {props.metricKind === 'number' && ( - + {formattedCurrentValue} )}