Use OsuColour for profile overlay

This commit is contained in:
Dean Herbert
2019-05-20 15:58:40 +09:00
parent d407981ae4
commit 247dad7e86
10 changed files with 15 additions and 25 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Profile.Header
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = colours.CommunityUserGrayGreenDarkest,
Colour = colours.GreySeafoamDarker,
},
new Container //artificial shadow
{