Skip to content

Commit cd47828

Browse files
committed
wip: cleanup directors screen for unused properties
1 parent 5511c5a commit cd47828

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,11 @@ function DirectorScreenRender({
400400
<AdjustLabelFit
401401
label={currentSegment?.name || ''}
402402
width={'80vw'}
403-
fontFamily="Roboto"
403+
fontFamily="Roboto Flex"
404404
fontSize="1em"
405405
minFontSize={70}
406406
maxFontSize={100}
407407
minLetterSpacing={0}
408-
useVariableFont={true}
409408
hardCutText={true}
410409
/>
411410
<span className="director-screen__body__segment__countdown">
@@ -441,7 +440,6 @@ function DirectorScreenRender({
441440
minFontSize: 70,
442441
maxFontSize: 100,
443442
minLetterSpacing: 2,
444-
useVariableFont: true,
445443
}}
446444
/>
447445
</div>
@@ -465,9 +463,6 @@ function DirectorScreenRender({
465463
/>
466464
)}
467465
</div>
468-
<div className="director-screen__body__part__part-countdown">
469-
<Timediff time={currentPartOrSegmentCountdown} />
470-
</div>
471466
</>
472467
) : expectedStart ? (
473468
<div className="director-screen__body__rundown-countdown">
@@ -519,7 +514,6 @@ function DirectorScreenRender({
519514
minFontSize: 70,
520515
maxFontSize: 100,
521516
minLetterSpacing: 2,
522-
useVariableFont: true,
523517
}}
524518
/>
525519
) : (

0 commit comments

Comments
 (0)