diff --git a/UI/Components/Timer.cs b/UI/Components/Timer.cs index 116634c..1ec9de6 100644 --- a/UI/Components/Timer.cs +++ b/UI/Components/Timer.cs @@ -316,7 +316,7 @@ public void Update(IInvalidator invalidator, LiveSplitState state, float width, } else { - TimerColor = state.LayoutSettings.BehindLosingTimeColor; + TimerColor = state.LayoutSettings.NotPersonalBestColor; } } else if (state.CurrentPhase == TimerPhase.Running)