Recolour LevelProgressBar

This commit is contained in:
TheWildTree 2020-01-30 18:18:42 +01:00
parent 754200d843
commit de9a1737a5
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public LevelProgressBar()
}
[BackgroundDependencyLoader]
private void load(OsuColour colours)
private void load(OverlayColourProvider colourProvider)
{
InternalChildren = new Drawable[]
{
@ -42,7 +42,7 @@ private void load(OsuColour colours)
RelativeSizeAxes = Axes.Both,
BackgroundColour = Color4.Black,
Direction = BarDirection.LeftToRight,
AccentColour = colours.Yellow
AccentColour = colourProvider.Highlight1
}
},
levelProgressText = new OsuSpriteText