mirror of
https://github.com/osukey/osukey.git
synced 2025-05-10 08:07:18 +09: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]
|
[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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user