fix: prevent clipping on bold font sizes

This commit is contained in:
Carlos Valente
2025-09-06 08:26:41 +02:00
committed by Alex Christoffer Rasmussen
parent 48b9cf042f
commit 2037aef080
+2 -2
View File
@@ -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
};
/**