From 86b61cab8ede7fbeb05a16bfbe6e7d9f405ac92a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 31 Jan 2017 19:58:22 +0900 Subject: [PATCH] Pink -> Yellow. --- osu.Game/Overlays/Options/OptionsSection.cs | 2 +- osu.Game/Overlays/Options/SidebarButton.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Options/OptionsSection.cs b/osu.Game/Overlays/Options/OptionsSection.cs index ac2e1182a9..af483d2b88 100644 --- a/osu.Game/Overlays/Options/OptionsSection.cs +++ b/osu.Game/Overlays/Options/OptionsSection.cs @@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Options [BackgroundDependencyLoader] private void load(OsuColour colours) { - headerLabel.Colour = colours.Pink; + headerLabel.Colour = colours.Yellow; } } } \ No newline at end of file diff --git a/osu.Game/Overlays/Options/SidebarButton.cs b/osu.Game/Overlays/Options/SidebarButton.cs index bfe6db5252..de415cdef3 100644 --- a/osu.Game/Overlays/Options/SidebarButton.cs +++ b/osu.Game/Overlays/Options/SidebarButton.cs @@ -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)