1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

remove colour creation in add link

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-12 17:08:54 +07:00
parent 98859b3759
commit 18684ad21f
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -125,11 +125,7 @@ namespace osu.Game.Overlays.Changelog
};
supportLinkText.AddText("Support further development of osu! and ");
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t =>
{
t.Colour = colour.PinkDark;
t.Font = t.Font.With(weight: FontWeight.Bold);
});
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
supportLinkText.AddText(" today!");
imageContainer.Children = new Drawable[]