mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Use Orange1
for ControlItemMention
background colour
This commit is contained in:
parent
7621e779fa
commit
481b8fe80b
@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Chat.ChannelControl
|
|||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = osuColour.YellowLight,
|
Colour = osuColour.Orange1,
|
||||||
},
|
},
|
||||||
countText = new OsuSpriteText
|
countText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user