diff --git a/osu.Game/Screens/SelectV2/PanelSetBackground.cs b/osu.Game/Screens/SelectV2/PanelSetBackground.cs index 70666c3bc4..d6221fa395 100644 --- a/osu.Game/Screens/SelectV2/PanelSetBackground.cs +++ b/osu.Game/Screens/SelectV2/PanelSetBackground.cs @@ -78,7 +78,7 @@ namespace osu.Game.Screens.SelectV2 { Depth = 1, RelativeSizeAxes = Axes.Both, - Colour = colourProvider.Background4, + Colour = ColourInfo.GradientHorizontal(colourProvider.Background3, colourProvider.Background4), }, new FillFlowContainer {