1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 05:29:54 +08:00

fix comment

This commit is contained in:
EXtremeExploit
2023-01-26 11:09:16 -03:00
Unverified
parent 0eaebfd40a
commit 1de0bed83d
@@ -52,8 +52,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
new Box
{
RelativeSizeAxes = Axes.Both,
// Normal background color is 0.75 opacity, probationary doesn't have this cause they are a bit transparent already
Colour = colourProvider?.Background6 ?? Colour4.Black,
// Normal badges background opacity is 75%, probationary is full opacity as the whole badge gets a bit transparent
Alpha = group.IsProbationary ? 1 : 0.75f,
},
innerContainer = new FillFlowContainer