fix: style Ko-fi correctly

This commit is contained in:
Anna 2022-02-01 19:56:05 -05:00
parent 20ee6d1278
commit 7b2622d947
1 changed files with 1 additions and 1 deletions

View File

@ -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));