diff --git a/UIFramework/SUIElements/SUIText.cs b/UIFramework/SUIElements/SUIText.cs index f2eae7f4..70849316 100644 --- a/UIFramework/SUIElements/SUIText.cs +++ b/UIFramework/SUIElements/SUIText.cs @@ -250,7 +250,7 @@ public override void DrawSelf(SpriteBatch spriteBatch) var scale = new Vector2(TextScale); ChatManager.DrawColorCodedStringShadow(spriteBatch, Font, FinalTextSnippets - , textPos, TextColor, 0f, Vector2.Zero, scale, -1, TextBorder); + , textPos, TextBorderColor, 0f, Vector2.Zero, scale, -1, TextBorder); ChatManager.DrawColorCodedString(spriteBatch, Font, FinalTextSnippets, textPos, TextColor, 0f, Vector2.Zero, scale, out var _, -1f);