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

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;