Skip to content

Commit

Permalink
refactor: message does not have negative style
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Oct 8, 2024
1 parent 86e6f8b commit f817b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/features/control/message/TimerPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f817b1a

Please sign in to comment.