mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
Make unranked indicator orange to match mod select overlay
This commit is contained in:
parent
e5b2023155
commit
f5ab9a7ff8
@ -86,7 +86,7 @@ namespace osu.Game.Screens.Select.FooterV2
|
|||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
Colour = colours.Red2,
|
Colour = colours.Orange2,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
|
Loading…
Reference in New Issue
Block a user