Skip to content

Commit 56d77aa

Browse files
committed
feat: remove maxFont width as it's currently not used
1 parent 8db101b commit 56d77aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ function DirectorScreenRender({
404404
fontFamily="Roboto Flex"
405405
fontSize="0.9em"
406406
minFontWidth={70}
407-
maxFontWidth={100}
408407
defaultWidth={100}
409408
defaultOpticalSize={120}
410409
useLetterSpacing={false}
@@ -444,8 +443,7 @@ function DirectorScreenRender({
444443
fontFamily: 'Roboto Flex',
445444
fontSize: '1.5em',
446445
minFontWidth: 55,
447-
maxFontWidth: 100,
448-
defaultWidth: 90,
446+
defaultWidth: 120,
449447
useLetterSpacing: false,
450448
defaultOpticalSize: 120,
451449
}}
@@ -495,7 +493,6 @@ function DirectorScreenRender({
495493
fontFamily="Roboto Flex"
496494
fontSize="0.9em"
497495
minFontWidth={70}
498-
maxFontWidth={100}
499496
defaultWidth={90}
500497
defaultOpticalSize={120}
501498
useLetterSpacing={false}
@@ -547,7 +544,6 @@ function DirectorScreenRender({
547544
fontFamily: 'Roboto Flex',
548545
fontSize: '1.5em',
549546
minFontWidth: 55,
550-
maxFontWidth: 100,
551547
defaultWidth: 90,
552548
useLetterSpacing: false,
553549
defaultOpticalSize: 120,

0 commit comments

Comments
 (0)