Recolor MedalHeaderContainer

This commit is contained in:
TheWildTree 2020-01-29 22:10:48 +01:00
parent 0f9ab7c980
commit 85990cdcdb
1 changed files with 2 additions and 2 deletions

View File

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