From 97e521acad28cdbcc7db526623038ebb1e6ea4a1 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 10 Oct 2023 18:47:20 +0900 Subject: [PATCH] Reduce black fill of song bar Closes https://github.com/ppy/osu/issues/24993. --- osu.Game.Tournament/Components/SongBar.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game.Tournament/Components/SongBar.cs b/osu.Game.Tournament/Components/SongBar.cs index cde826628e..cc1d00f62f 100644 --- a/osu.Game.Tournament/Components/SongBar.cs +++ b/osu.Game.Tournament/Components/SongBar.cs @@ -84,6 +84,7 @@ namespace osu.Game.Tournament.Components { Colour = colours.Gray3, RelativeSizeAxes = Axes.Both, + Alpha = 0.4f, }, flow = new FillFlowContainer {