1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 20:44:48 +08:00

change to osu text flow container

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-08-12 19:34:44 +07:00
Unverified
parent 18684ad21f
commit 40db228e91
@@ -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;