Skip to content

Commit

Permalink
make squiggly red line go away
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Li <[email protected]>
  • Loading branch information
aspiringLich committed Jul 20, 2024
1 parent 8b22e53 commit b6b7072
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Content.Client.CharacterInfo;
using Content.Client.Gameplay;
using Content.Client.Stylesheets;
using Content.Client.Stylesheets.Redux;
using Content.Client.UserInterface.Controls;
using Content.Client.UserInterface.Systems.Character.Controls;
using Content.Client.UserInterface.Systems.Character.Windows;
Expand Down Expand Up @@ -129,7 +130,7 @@ private void CharacterUpdated(CharacterData data)

var objectiveLabel = new RichTextLabel
{
StyleClasses = {StyleNano.StyleClassTooltipActionTitle}
StyleClasses = { StyleClass.TooltipTitle }
};
objectiveLabel.SetMessage(objectiveText);

Expand Down

0 comments on commit b6b7072

Please sign in to comment.