1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Use Orange1 for ControlItemMention background colour

This commit is contained in:
Jai Sharma 2022-03-15 22:22:32 +00:00
parent 7621e779fa
commit 481b8fe80b

View File

@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Chat.ChannelControl
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = osuColour.YellowLight,
Colour = osuColour.Orange1,
},
countText = new OsuSpriteText
{