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 {