Skip to content

Commit f24adbd

Browse files
committed
fix: next piece titel had wrong default size
1 parent 1209084 commit f24adbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/ClockView/DirectorScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ function DirectorScreenRender({
544544
fontFamily: 'Roboto Flex',
545545
fontSize: '1.5em',
546546
minFontWidth: 55,
547-
defaultWidth: 90,
547+
defaultWidth: 120,
548548
useLetterSpacing: false,
549549
defaultOpticalSize: 120,
550550
}}

0 commit comments

Comments
 (0)