1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00

Pink -> Yellow.

This commit is contained in:
Dean Herbert 2017-01-31 19:58:22 +09:00
parent a2cd829a2c
commit 86b61cab8e
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Options
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
headerLabel.Colour = colours.Pink;
headerLabel.Colour = colours.Yellow;
}
}
}

View File

@ -97,7 +97,7 @@ namespace osu.Game.Overlays.Options
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
selectionIndicator.Colour = colours.Pink;
selectionIndicator.Colour = colours.Yellow;
}
protected override bool OnClick(InputState state)