Update timing screen sections to newer design metrics

This commit is contained in:
Dean Herbert
2022-05-24 18:02:37 +09:00
parent c02ec05056
commit 3f5ccd4db8
4 changed files with 13 additions and 7 deletions

View File

@ -154,7 +154,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
[BackgroundDependencyLoader(true)]
private void load(OverlayColourProvider? colourProvider, OsuColour osuColour)
{
background.Colour = colourProvider?.Background4 ?? Color4Extensions.FromHex(@"1c2125");
background.Colour = colourProvider?.Background5 ?? Color4Extensions.FromHex(@"1c2125");
descriptionText.Colour = osuColour.Yellow;
}