diff --git a/ModMaker/Utility/GUIHelper.cs b/ModMaker/Utility/GUIHelper.cs index f6d2059..c7b45df 100644 --- a/ModMaker/Utility/GUIHelper.cs +++ b/ModMaker/Utility/GUIHelper.cs @@ -8,8 +8,8 @@ namespace ModMaker.Utility { public static class GUIHelper { - public static string FormatOn = "◑".Color(RGBA.lime) + " - {0}"; - public static string FormatOff = "◐".Color(RGBA.red) + " - {0}"; + public static string FormatOn = "◑".Bold().Color(RGBA.lime) + " - {0}"; + public static string FormatOff = "◐".Bold().Color(RGBA.red) + " - {0}"; public static string GetToggleText(bool toggle, string text) {