refactor: review timer styles

This commit is contained in:
Carlos Valente
2025-07-12 22:06:47 +02:00
committed by Carlos Valente
parent a69c5f354c
commit 7305edc398
13 changed files with 86 additions and 39 deletions
@@ -38,7 +38,12 @@ export default function StudioTimers({
const formattedSecondaryMessage = secondaryMessage || '-';
// gather presentation styles
const timerColour = getTimerColour(viewSettings, time.phase === TimerPhase.Warning, time.phase === TimerPhase.Danger);
const timerColour = getTimerColour(
viewSettings,
undefined,
time.phase === TimerPhase.Warning,
time.phase === TimerPhase.Danger,
);
return (
<div className='studio__timers'>