fix: apply styling to overtime timer

This commit is contained in:
Carlos Valente
2025-10-15 16:59:33 +02:00
committed by Carlos Valente
parent a87b15825a
commit 80fd21354e
+1 -1
View File
@@ -117,7 +117,7 @@
// use a class instead of a phase, to allow suppressing overtime style // use a class instead of a phase, to allow suppressing overtime style
&--finished { &--finished {
color: var(--timer-colour, var(--timer-overtime-color-override, $timer-finished-color)); color: var(--timer-overtime-color-override, $timer-finished-color);
} }
&[data-phase="warning"] { &[data-phase="warning"] {