1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

change to osu text flow container

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-12 19:34:44 +07:00
parent 18684ad21f
commit 40db228e91
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -111,7 +111,7 @@ namespace osu.Game.Overlays.Changelog
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
},
new TextFlowContainer(t =>
new OsuTextFlowContainer(t =>
{
t.Font = t.Font.With(size: 12);
t.Colour = colour.PinkLighter;