Recolor MedalHeaderContainer

This commit is contained in:
TheWildTree 2020-01-29 22:10:48 +01:00
parent 0f9ab7c980
commit 85990cdcdb

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.Profile.Header
public readonly Bindable<User> User = new Bindable<User>(); public readonly Bindable<User> User = new Bindable<User>();
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OverlayColourProvider colourProvider)
{ {
Alpha = 0; Alpha = 0;
AutoSizeAxes = Axes.Y; AutoSizeAxes = Axes.Y;
@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Profile.Header
new Box new Box
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Colour = colours.GreySeafoamDarker, Colour = colourProvider.Background5,
}, },
new Container //artificial shadow new Container //artificial shadow
{ {