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

Use yellow instead of pink

This commit is contained in:
Plextora
2024-12-23 12:47:50 -05:00
Unverified
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,
},
},