From 62c52bca076bac9ec702ee9d838c778ee8b96428 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 9 Oct 2025 10:36:32 +0200 Subject: [PATCH] refactor: larger secondary field in timer --- apps/client/src/views/timer/timer.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/views/timer/timer.utils.ts b/apps/client/src/views/timer/timer.utils.ts index 7f54961a1..94c025fe8 100644 --- a/apps/client/src/views/timer/timer.utils.ts +++ b/apps/client/src/views/timer/timer.utils.ts @@ -58,7 +58,7 @@ export function getEstimatedFontSize(stageTimer: string, secondaryContent?: stri timerFontSize = fontSizeMap[stageTimerCharacters]; } - let externalFontSize = timerFontSize * 0.2; + let externalFontSize = timerFontSize * 0.325; if (secondaryContent) { // we need to shrink the timer if the external is going to be there // this number has been tweaked to fit in a landscape mobile screen