1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 12:45:09 +08:00

Merge pull request #25081 from peppy/song-bar-less-black

Reduce black fill of song bar in tournament UI back to reasonable levels
This commit is contained in:
Bartłomiej Dach 2023-10-10 22:28:50 +02:00 committed by GitHub
commit eeb5409733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ namespace osu.Game.Tournament.Components
{
Colour = colours.Gray3,
RelativeSizeAxes = Axes.Both,
Alpha = 0.4f,
},
flow = new FillFlowContainer
{