mirror of
https://github.com/ppy/osu.git
synced 2025-03-25 03:07:34 +08:00
Use yellow instead of pink
This commit is contained in:
parent
b3056d6114
commit
47afab8a32
@ -130,7 +130,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
background = new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = isUserFriend ? colour.Pink : (user.OnlineID == api.LocalUser.Value.Id && isOnlineScope ? colour.Green : Color4.Black),
|
||||
Colour = isUserFriend ? colour.Yellow : (user.OnlineID == api.LocalUser.Value.Id && isOnlineScope ? colour.Green : Color4.Black),
|
||||
Alpha = background_alpha,
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user