From 86ed09c76ffa4ac2ef95aabbad08b8f7718ccdb2 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Wed, 23 Jul 2025 01:09:19 +0300 Subject: [PATCH] Match gradient --- osu.Game/Screens/SelectV2/PanelSetBackground.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {