mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 17:33:55 +00:00
refactor: message does not have negative style
This commit is contained in:
committed by
Carlos Valente
parent
86e6f8b58c
commit
213f516f71
@@ -52,7 +52,7 @@ export default function TimerPreview() {
|
||||
<div className={contentClasses}>
|
||||
<div
|
||||
className={style.mainContent}
|
||||
data-phase={phase}
|
||||
data-phase={showColourOverride && phase}
|
||||
style={showColourOverride ? { '--override-colour': overrideColour } : {}}
|
||||
>
|
||||
{main}
|
||||
|
||||
Reference in New Issue
Block a user