Disable black text name tabSolved

Where are the code or option config to disable this black text fron background?

Solution to disable in Kits, Items, Command, etc:

Search this line:

UI.CreateLabel(ref container, UIMain, $"<color={configData.Colors.Background_Dark.Color}>{msg("storeKits")}</color>", 200, "0 0", "1 1", TextAnchor.MiddleCenter);

And comment with // to disable:

//UI.CreateLabel(ref container, UIMain, $"<color={configData.Colors.Background_Dark.Color}>{msg("storeKits")}</color>", 200, "0 0", "1 1", TextAnchor.MiddleCenter);

Same process with rest.

Locked automatically