From 7b2622d9473012a546c00376b0def354f6d731cf Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 1 Feb 2022 19:56:05 -0500 Subject: [PATCH] fix: style Ko-fi correctly --- ChatTwo/Ui/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatTwo/Ui/Settings.cs b/ChatTwo/Ui/Settings.cs index 50ca1f8..21e861f 100755 --- a/ChatTwo/Ui/Settings.cs +++ b/ChatTwo/Ui/Settings.cs @@ -93,7 +93,7 @@ internal sealed class Settings : IUiComponent { this.Ui.SettingsVisible = false; } - var buttonLabel = $"Support {this.Ui.Plugin.Name} on Ko-Fi"; + var buttonLabel = $"Support {this.Ui.Plugin.Name} on Ko-fi"; ImGui.PushStyleColor(ImGuiCol.Button, ColourUtil.RgbaToAbgr(0xFF5E5BFF)); ImGui.PushStyleColor(ImGuiCol.ButtonHovered, ColourUtil.RgbaToAbgr(0xFF7775FF));