diff --git a/osu.Game/Overlays/Options/SliderOption.cs b/osu.Game/Overlays/Options/SliderOption.cs index bdca93b341..179b3ed440 100644 --- a/osu.Game/Overlays/Options/SliderOption.cs +++ b/osu.Game/Overlays/Options/SliderOption.cs @@ -98,7 +98,11 @@ namespace osu.Game.Overlays.Options BorderThickness = 3, Children = new[] { - new Box { Colour = Color4.Transparent, RelativeSizeAxes = Axes.Both } + new Box + { + Colour = new Color4(255, 102, 170, 0), + RelativeSizeAxes = Axes.Both + } } }, };