mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Pink -> Yellow.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user