Adjust comments placement

This commit is contained in:
Andrei Zavatski
2020-02-21 17:29:51 +03:00
parent 48a9b465ef
commit c49074dde3
3 changed files with 10 additions and 6 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Overlays.Changelog
{
RelativeSizeAxes = Axes.X,
Height = 2,
Colour = new Color4(17, 17, 17, 255),
Colour = colourProvider.Background6,
Margin = new MarginPadding { Top = 30 },
});
}