mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:12:57 +08:00
Pink -> Yellow.
This commit is contained in:
parent
a2cd829a2c
commit
86b61cab8e
@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Options
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
headerLabel.Colour = colours.Pink;
|
||||
headerLabel.Colour = colours.Yellow;
|
||||
}
|
||||
}
|
||||
}
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user