From 2037aef080132a8feb25ff197207123f2873a290 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sat, 6 Sep 2025 08:26:41 +0200 Subject: [PATCH] fix: prevent clipping on bold font sizes --- apps/client/src/views/timer/timer.utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/views/timer/timer.utils.ts b/apps/client/src/views/timer/timer.utils.ts index 8531776f2..7f54961a1 100644 --- a/apps/client/src/views/timer/timer.utils.ts +++ b/apps/client/src/views/timer/timer.utils.ts @@ -42,8 +42,8 @@ const fontSizeMap: { [key: number]: number } = { 4: 28, // 9:01 5: 28, // -9:01, 10:01, 9 min 6: 25, // -10:01, 10 min - 8: 20, // 23:01:01 - 9: 20, // -23:01:01 + 8: 18, // 23:01:01 + 9: 18, // -23:01:01 }; /**