Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ModMaker/Utility/GUIHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down