mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 23:43:00 +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:
commit
eeb5409733
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user