diff --git a/Content.Client/UserInterface/GameHud.cs b/Content.Client/UserInterface/GameHud.cs index 05c664b44e..9050be9136 100644 --- a/Content.Client/UserInterface/GameHud.cs +++ b/Content.Client/UserInterface/GameHud.cs @@ -322,6 +322,7 @@ namespace Content.Client.UserInterface private void ButtonTutorialOnOnToggled() { + _buttonTutorial.StyleClasses.Remove(TopButton.StyleClassRedTopButton); if (_tutorialWindow.IsOpen) { if (!_tutorialWindow.IsAtFront())