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 }; /**