1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 03:22:57 +08:00

Reduce black fill of song bar

Closes https://github.com/ppy/osu/issues/24993.
This commit is contained in:
Dean Herbert 2023-10-10 18:47:20 +09:00
parent 1388f7240e
commit 97e521acad
No known key found for this signature in database

View File

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