Recolour RankGraph circle

This commit is contained in:
TheWildTree 2020-01-30 20:55:44 +01:00
parent 3970151e31
commit a3877cc29e

View File

@ -167,9 +167,9 @@ namespace osu.Game.Overlays.Profile.Header.Components
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OverlayColourProvider colourProvider, OsuColour colours)
{ {
ballBg.Colour = colours.GreySeafoamDarker; ballBg.Colour = colourProvider.Background5;
movingBall.BorderColour = line.Colour = colours.Yellow; movingBall.BorderColour = line.Colour = colours.Yellow;
} }