mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:59:35 +08:00
Recolour RankGraph circle
This commit is contained in:
parent
3970151e31
commit
a3877cc29e
@ -167,9 +167,9 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
}
|
||||
|
||||
[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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user