1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 04:13:38 +08:00

Match gradient

This commit is contained in:
Salman Alshamrani
2025-07-23 01:09:19 +03:00
Unverified
parent 9245d2687a
commit 86ed09c76f
@@ -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
{