diff --git a/MareSynchronos/UI/UISharedService.cs b/MareSynchronos/UI/UISharedService.cs index bd3f22d..7591de1 100644 --- a/MareSynchronos/UI/UISharedService.cs +++ b/MareSynchronos/UI/UISharedService.cs @@ -244,7 +244,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase using (ImRaii.PushColor(ImGuiCol.Text, outlineColor)) { - ImGui.PushStyleColor(ImGuiCol.Text, outlineColor); ImGui.SetCursorPos(original with { Y = original.Y - thickness }); ImGui.TextUnformatted(text); ImGui.SetCursorPos(original with { X = original.X - thickness });